mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
removing extraneous bool
This commit is contained in:
parent
0a7102b4d3
commit
c785efec84
1 changed files with 0 additions and 2 deletions
|
@ -187,8 +187,6 @@ bool SafeLanding::isEntityLoadingComplete() {
|
|||
|
||||
bool isVisuallyReady = true;
|
||||
|
||||
bool enableInterstitial = DependencyManager::get<NodeList>()->getDomainHandler().getInterstitialModeEnabled();
|
||||
|
||||
if (enableInterstitial) {
|
||||
isVisuallyReady = (entity->isVisuallyReady() || !entityTree->renderableForEntityId(entityMapIter->first));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue