mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove warning for GCC
This commit is contained in:
parent
d76a2c1add
commit
dca34c7cbe
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue