remove warning for GCC

This commit is contained in:
Dante Ruiz 2018-09-13 08:32:47 -07:00
parent d76a2c1add
commit dca34c7cbe

View file

@ -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) {