mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +02: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();
|
bool enableInterstitial = settings.value("enableIntersitialMode", false).toBool();
|
||||||
|
|
||||||
if (enableInterstitial) {
|
if (enableInterstitial) {
|
||||||
bool isVisuallyReady = (entity->isVisuallyReady() || !entityTree->renderableForEntityId(entityMapIter->first));
|
isVisuallyReady = (entity->isVisuallyReady() || !entityTree->renderableForEntityId(entityMapIter->first));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isEntityPhysicsReady(entity) && isVisuallyReady) {
|
if (isEntityPhysicsReady(entity) && isVisuallyReady) {
|
||||||
|
|
Loading…
Reference in a new issue