Set isScratchedSpaceOverrideModificator to false when removing a

RigidBodyBullet from a space.
This commit is contained in:
Marcel Admiraal 2020-07-12 07:53:32 +01:00
parent c2a4ce9380
commit a3246a5ebe
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ void RigidBodyBullet::set_space(SpaceBullet *p_space) {
// Clear the old space if there is one // Clear the old space if there is one
if (space) { if (space) {
can_integrate_forces = false; can_integrate_forces = false;
isScratchedSpaceOverrideModificator = false;
// Remove all eventual constraints // Remove all eventual constraints
assert_no_constraints(); assert_no_constraints();