remove the other unnecessary _space->clear()

This commit is contained in:
Andrew Meadows 2019-02-21 18:11:16 -08:00
parent 982c4c2bc4
commit be2d4272da

View file

@ -258,8 +258,6 @@ void EntityTreeRenderer::clear() {
resetEntitiesScriptEngine();
}
// remove all entities from the scene
_space->clear();
auto scene = _viewState->getMain3DScene();
if (scene) {
render::Transaction transaction;