This commit is contained in:
Dante Ruiz 2017-03-28 00:05:02 +01:00
parent 7434cc5644
commit 65be71fa69

View file

@ -2000,7 +2000,7 @@ void Application::initializeUi() {
rootContext->setContextProperty("ScriptDiscoveryService", DependencyManager::get<ScriptEngines>().data());
rootContext->setContextProperty("AudioDevice", AudioDeviceScriptingInterface::getInstance());
// Caches
rootContext->setContextProperty("AnimationCache", DependencyManager::get<AnimationCache>().data());
rootContext->setContextProperty("TextureCache", DependencyManager::get<TextureCache>().data());
rootContext->setContextProperty("ModelCache", DependencyManager::get<ModelCache>().data());