diff --git a/interface/src/octree/SafeLanding.cpp b/interface/src/octree/SafeLanding.cpp index 8b3f1ab7e4..5d4ebe9853 100644 --- a/interface/src/octree/SafeLanding.cpp +++ b/interface/src/octree/SafeLanding.cpp @@ -175,7 +175,7 @@ bool SafeLanding::isEntityLoadingComplete() { bool enableInterstitial = settings.value("enableIntersitialMode", false).toBool(); if (enableInterstitial) { - bool isVisuallyReady = (entity->isVisuallyReady() || !entityTree->renderableForEntityId(entityMapIter->first)); + isVisuallyReady = (entity->isVisuallyReady() || !entityTree->renderableForEntityId(entityMapIter->first)); } if (isEntityPhysicsReady(entity) && isVisuallyReady) {