reload script cache with reload content

This commit is contained in:
David Back 2018-08-07 11:53:11 -07:00
parent 079b276c2b
commit a905a76c70

View file

@ -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();