TorqueGameEngines / Torque3D

Other
1.51k stars 161 forks source link

Basic fix for zone removal issue #1228

Closed jamesu closed 7 months ago

jamesu commented 7 months ago

It looks like zone object lists for the zone managers aren't updated correctly after the previous zone list refactor. This corrects the problem.

Would like to add some tests too in case any other issues arise. Also please critique as usual.