From 55010cebb70a0898b5552dd1346aa558acd582c8 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Mon, 18 Apr 2016 12:43:32 -0700 Subject: [PATCH] remove unhelpful comment --- libraries/entities-renderer/src/EntityTreeRenderer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entities-renderer/src/EntityTreeRenderer.cpp b/libraries/entities-renderer/src/EntityTreeRenderer.cpp index abba0fe7fe..09f50c5de3 100644 --- a/libraries/entities-renderer/src/EntityTreeRenderer.cpp +++ b/libraries/entities-renderer/src/EntityTreeRenderer.cpp @@ -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