mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 20:29:57 +02:00
code review feedback
This commit is contained in:
parent
f1017f8a5d
commit
e87df0017a
1 changed files with 1 additions and 1 deletions
|
@ -890,8 +890,8 @@ void EntityTreeRenderer::deletingEntity(const EntityItemID& entityID) {
|
|||
void EntityTreeRenderer::entitySciptChanging(const EntityItemID& entityID) {
|
||||
if (_tree && !_shuttingDown) {
|
||||
checkAndCallUnload(entityID);
|
||||
checkAndCallPreload(entityID);
|
||||
}
|
||||
checkAndCallPreload(entityID);
|
||||
}
|
||||
|
||||
void EntityTreeRenderer::checkAndCallPreload(const EntityItemID& entityID) {
|
||||
|
|
Loading…
Reference in a new issue