Merge pull request #21 from Atlante45/ess-pr

Clear the tree when losing entity server
This commit is contained in:
Stephen Birarda 2017-01-19 18:07:15 -08:00 committed by GitHub
commit fae94b5500

View file

@ -303,6 +303,8 @@ void EntityScriptServer::nodeKilled(SharedNodePointer killedNode) {
}
resetEntitiesScriptEngine();
_entityViewer.clear();
}
}