mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
min diff
This commit is contained in:
parent
7434cc5644
commit
65be71fa69
1 changed files with 1 additions and 1 deletions
|
@ -2000,7 +2000,7 @@ void Application::initializeUi() {
|
||||||
rootContext->setContextProperty("ScriptDiscoveryService", DependencyManager::get<ScriptEngines>().data());
|
rootContext->setContextProperty("ScriptDiscoveryService", DependencyManager::get<ScriptEngines>().data());
|
||||||
rootContext->setContextProperty("AudioDevice", AudioDeviceScriptingInterface::getInstance());
|
rootContext->setContextProperty("AudioDevice", AudioDeviceScriptingInterface::getInstance());
|
||||||
|
|
||||||
|
// Caches
|
||||||
rootContext->setContextProperty("AnimationCache", DependencyManager::get<AnimationCache>().data());
|
rootContext->setContextProperty("AnimationCache", DependencyManager::get<AnimationCache>().data());
|
||||||
rootContext->setContextProperty("TextureCache", DependencyManager::get<TextureCache>().data());
|
rootContext->setContextProperty("TextureCache", DependencyManager::get<TextureCache>().data());
|
||||||
rootContext->setContextProperty("ModelCache", DependencyManager::get<ModelCache>().data());
|
rootContext->setContextProperty("ModelCache", DependencyManager::get<ModelCache>().data());
|
||||||
|
|
Loading…
Reference in a new issue