removing extraneous bool

This commit is contained in:
Wayne Chen 2018-10-04 10:56:04 -07:00
parent 0a7102b4d3
commit c785efec84

View file

@ -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));
}