mirror of
https://github.com/lubosz/overte.git
synced 2025-04-29 18:03:04 +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();
|
auto scriptURL = entity->getScriptURL();
|
||||||
if (_scriptURL != scriptURL) {
|
if (_scriptURL != scriptURL) {
|
||||||
_webSurface->getRootItem()->setProperty("scriptURL", _scriptURL);
|
_webSurface->getRootItem()->setProperty("scriptURL", scriptURL);
|
||||||
_scriptURL = scriptURL;
|
_scriptURL = scriptURL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue