diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2656c169f8..9ef7e4a3c7 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -7376,6 +7376,7 @@ int Application::processOctreeStats(ReceivedMessage& message, SharedNodePointer return statsMessageLength; } +void Application::registerScriptEngineWithApplicationServices(ScriptManagerPointer& scriptManager) { auto scriptEngine = scriptManager->engine(); scriptManager->setEmitScriptUpdatesFunction([this]() {