Merge pull request #118291 from mihe/jolt/fix-gravity
Fix gravity not being initialized properly when using Jolt
This commit is contained in:
@@ -446,6 +446,7 @@ void JoltBody3D::_space_changed() {
|
||||
_update_group_filter();
|
||||
_update_joint_constraints();
|
||||
_update_sleep_allowed();
|
||||
_update_environmental_properties();
|
||||
}
|
||||
|
||||
void JoltBody3D::_areas_changed() {
|
||||
|
||||
Reference in New Issue
Block a user