put back call to clearAccessCache

This commit is contained in:
Stephen Birarda 2015-05-08 16:54:35 -07:00
parent acac2f5a22
commit 2916596948

View file

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