diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 32d2ee506b..25a585ea34 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2000,7 +2000,7 @@ void Application::initializeUi() { rootContext->setContextProperty("ScriptDiscoveryService", DependencyManager::get().data()); rootContext->setContextProperty("AudioDevice", AudioDeviceScriptingInterface::getInstance()); - + // Caches rootContext->setContextProperty("AnimationCache", DependencyManager::get().data()); rootContext->setContextProperty("TextureCache", DependencyManager::get().data()); rootContext->setContextProperty("ModelCache", DependencyManager::get().data());