mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 11:50:39 +02:00
fix crash mode when leaving domain with handgun
This commit is contained in:
parent
c14433979b
commit
ff83f8fc37
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@ void PhysicalEntitySimulation::clearEntitiesInternal() {
|
|||
_pendingRemoves.clear();
|
||||
_pendingAdds.clear();
|
||||
_pendingChanges.clear();
|
||||
_outgoingChanges.clear();
|
||||
}
|
||||
// end EntitySimulation overrides
|
||||
|
||||
|
|
Loading…
Reference in a new issue