mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
put back call to clearAccessCache
This commit is contained in:
parent
acac2f5a22
commit
2916596948
1 changed files with 2 additions and 0 deletions
|
@ -227,4 +227,6 @@ void Agent::aboutToFinish() {
|
|||
|
||||
// our entity tree is going to go away so tell that to the EntityScriptingInterface
|
||||
DependencyManager::get<EntityScriptingInterface>()->setEntityTree(NULL);
|
||||
|
||||
NetworkAccessManager::getInstance().clearAccessCache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue