clear the Space

This commit is contained in:
Andrew Meadows 2018-03-01 12:11:30 -08:00
parent 18a6ac057a
commit 7a852a0e31

View file

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