mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +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();
|
_pendingRemoves.clear();
|
||||||
_pendingAdds.clear();
|
_pendingAdds.clear();
|
||||||
_pendingChanges.clear();
|
_pendingChanges.clear();
|
||||||
|
_outgoingChanges.clear();
|
||||||
}
|
}
|
||||||
// end EntitySimulation overrides
|
// end EntitySimulation overrides
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue