remove unhelpful comment

This commit is contained in:
Brad Hefta-Gaub 2016-04-18 12:43:32 -07:00
parent 9e13b1bbae
commit 55010cebb7

View file

@ -92,7 +92,6 @@ void EntityTreeRenderer::clear() {
_entitiesScriptEngine->stop();
}
// this would be a good place to actuall delete and recreate the _entitiesScriptEngine
if (_wantScripts && !_shuttingDown) {
// NOTE: you can't actually need to delete it here because when we call setupEntitiesScriptEngine it will
// assign a new instance to our shared pointer, which will deref the old instance and ultimately call