mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 22:07:34 +02:00
Maybe fix scriptURL on WebEntities bug
This commit is contained in:
parent
1601ea9231
commit
21167a0f6a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ void WebEntityRenderer::doRenderUpdateSynchronousTyped(const ScenePointer& scene
|
|||
{
|
||||
auto scriptURL = entity->getScriptURL();
|
||||
if (_scriptURL != scriptURL) {
|
||||
_webSurface->getRootItem()->setProperty("scriptURL", _scriptURL);
|
||||
_webSurface->getRootItem()->setProperty("scriptURL", scriptURL);
|
||||
_scriptURL = scriptURL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue