mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
reload script cache with reload content
This commit is contained in:
parent
079b276c2b
commit
a905a76c70
1 changed files with 1 additions and 0 deletions
|
@ -5285,6 +5285,7 @@ void Application::reloadResourceCaches() {
|
|||
queryOctree(NodeType::EntityServer, PacketType::EntityQuery);
|
||||
|
||||
DependencyManager::get<AssetClient>()->clearCache();
|
||||
DependencyManager::get<ScriptCache>()->clearCache();
|
||||
|
||||
DependencyManager::get<AnimationCache>()->refreshAll();
|
||||
DependencyManager::get<ModelCache>()->refreshAll();
|
||||
|
|
Loading…
Reference in a new issue