GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

StaticShape unmount() Not Working #2271

Open practicing01 opened 6 years ago

practicing01 commented 6 years ago

It used to work, at some point it broke. Adding Parent::onUnmount( obj, node); to StaticShape::onUnmount() fixes it, not sure if that's the proper way to do it.