Skip to content

Commit 653fed3

Browse files
committed
Merge pull request godotengine#118291 from mihe/jolt/fix-gravity
Fix gravity not being initialized properly when using Jolt
2 parents 4c8cdd2 + 89c0228 commit 653fed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/jolt_physics/objects/jolt_body_3d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ void JoltBody3D::_space_changed() {
446446
_update_group_filter();
447447
_update_joint_constraints();
448448
_update_sleep_allowed();
449+
_update_environmental_properties();
449450
}
450451

451452
void JoltBody3D::_areas_changed() {

0 commit comments

Comments
 (0)