mirror of
https://github.com/godotengine/godot.git
synced 2025-01-09 11:37:35 +00:00
Merge pull request #31604 from Xrayez/fix-inertia-2d
Fix uninitialized inertia value in Body2DSW
This commit is contained in:
commit
57589a767d
@ -671,6 +671,7 @@ Body2DSW::Body2DSW() :
|
||||
angular_velocity = 0;
|
||||
biased_angular_velocity = 0;
|
||||
mass = 1;
|
||||
inertia = 0;
|
||||
user_inertia = false;
|
||||
_inv_inertia = 0;
|
||||
_inv_mass = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user