mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
Post merge fix
This commit is contained in:
parent
60b8d41c16
commit
3c1c81e3ac
1 changed files with 1 additions and 0 deletions
|
@ -7376,6 +7376,7 @@ int Application::processOctreeStats(ReceivedMessage& message, SharedNodePointer
|
||||||
return statsMessageLength;
|
return statsMessageLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Application::registerScriptEngineWithApplicationServices(ScriptManagerPointer& scriptManager) {
|
||||||
|
|
||||||
auto scriptEngine = scriptManager->engine();
|
auto scriptEngine = scriptManager->engine();
|
||||||
scriptManager->setEmitScriptUpdatesFunction([this]() {
|
scriptManager->setEmitScriptUpdatesFunction([this]() {
|
||||||
|
|
Loading…
Reference in a new issue