Closed jaredweiss closed 8 years ago
Needed to delete world after setWorld otherwise the pointer used in IvMgr::setWorld on the line selectionRoot->removeChild will remove a non-existent child from a deleted world.
selectionRoot->removeChild
@jvarley @mateiciocarlie Please review
Needed to delete world after setWorld otherwise the pointer used in IvMgr::setWorld on the line
selectionRoot->removeChild
will remove a non-existent child from a deleted world.