mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 11:08:06 +02:00
clear _entitiesToDeleteLater on shutdown
This commit is contained in:
parent
5988f8cce6
commit
a6a877d930
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ void PhysicalEntitySimulation::clearEntitiesInternal() {
|
|||
_entitiesToRemoveFromPhysics.clear();
|
||||
_entitiesToAddToPhysics.clear();
|
||||
_incomingChanges.clear();
|
||||
_entitiesToDeleteLater.clear();
|
||||
}
|
||||
|
||||
// virtual
|
||||
|
|
Loading…
Reference in a new issue