fix crash mode when leaving domain with handgun

This commit is contained in:
Andrew Meadows 2015-12-16 15:10:30 -08:00
parent c14433979b
commit ff83f8fc37

View file

@ -117,6 +117,7 @@ void PhysicalEntitySimulation::clearEntitiesInternal() {
_pendingRemoves.clear();
_pendingAdds.clear();
_pendingChanges.clear();
_outgoingChanges.clear();
}
// end EntitySimulation overrides