diff --git a/modules/jolt_physics/jolt_physics_server_3d.h b/modules/jolt_physics/jolt_physics_server_3d.h index a40653c9836..de7ce4d50fa 100644 --- a/modules/jolt_physics/jolt_physics_server_3d.h +++ b/modules/jolt_physics/jolt_physics_server_3d.h @@ -49,12 +49,12 @@ class JoltPhysicsServer3D final : public PhysicsServer3D { inline static JoltPhysicsServer3D *singleton = nullptr; - mutable RID_PtrOwner space_owner; - mutable RID_PtrOwner area_owner; - mutable RID_PtrOwner body_owner; - mutable RID_PtrOwner soft_body_owner; - mutable RID_PtrOwner shape_owner; - mutable RID_PtrOwner joint_owner; + mutable RID_PtrOwner space_owner; + mutable RID_PtrOwner area_owner; + mutable RID_PtrOwner body_owner; + mutable RID_PtrOwner soft_body_owner; + mutable RID_PtrOwner shape_owner; + mutable RID_PtrOwner joint_owner; HashSet active_spaces;