From 65be71fa69486bf9196f3f12fc89d2580d661f81 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 28 Mar 2017 00:05:02 +0100 Subject: [PATCH] min diff --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());