Closed OfficerYoda closed 2 months ago
When an object with zero mass is colliding with anything else it will disappear due to its position and velocity becoming (NaN, NaN).
Fixed by making the mass have a minimum of 0.01
When an object with zero mass is colliding with anything else it will disappear due to its position and velocity becoming (NaN, NaN).