-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PhysicalBone2D - Fixed issue where physics would simulate regardless of whether it was supposed to or not. Now physics only simulate when simulate_physics is true. * PhysicalBone2D - Fixed issue where PhysicalBone2D nodes would be actively able to collide with other objects in the scene when simulate_physics is false. * PhysicalBone2D - Removed bloat code that was not doing anything. * PhysicalBones Modification2D - Fixed issue where the modification was not properly starting or stopping PhysicalBone2D nodes when calling start_simulation and stop_simulation. * PhysicalBones Modification2D - Make start_simulation and stop_simulation calls stored and executed in _execute, so they still work when called in _ready.
- Loading branch information
1 parent
0858d7a
commit 3edb4f2
Showing
4 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters