mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove the other unnecessary _space->clear()
This commit is contained in:
parent
982c4c2bc4
commit
be2d4272da
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue