clear _entitiesToDeleteLater on shutdown

This commit is contained in:
Andrew Meadows 2019-05-24 16:17:55 -07:00
parent 5988f8cce6
commit a6a877d930

View file

@ -214,6 +214,7 @@ void PhysicalEntitySimulation::clearEntitiesInternal() {
_entitiesToRemoveFromPhysics.clear();
_entitiesToAddToPhysics.clear();
_incomingChanges.clear();
_entitiesToDeleteLater.clear();
}
// virtual