mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
empty urls are invalid
This commit is contained in:
parent
a4605289a2
commit
3daaa0ce81
1 changed files with 2 additions and 0 deletions
|
@ -1311,6 +1311,8 @@ void ModelEntityRenderer::doRenderUpdateSynchronousTyped(const ScenePointer& sce
|
|||
emit DependencyManager::get<scriptable::ModelProviderFactory>()->
|
||||
modelRemovedFromScene(entity->getEntityItemID(), NestableType::Entity, _model);
|
||||
}
|
||||
setKey(false);
|
||||
_didLastVisualGeometryRequestSucceed = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue