mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
call EntityTree update when ScriptEngine update occurs
This commit is contained in:
parent
d4119d5676
commit
9f9fc03751
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ void EntityScriptServer::resetEntitiesScriptEngine() {
|
|||
|
||||
connect(newEngine.data(), &ScriptEngine::update, this, [this] {
|
||||
_entityViewer.queryOctree();
|
||||
_entityViewer.getTree()->update();
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue