Skip to content

Commit

Permalink
Update rapier_physics_server_2d.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 28, 2023
1 parent 7cfc621 commit 8f4c5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/servers/rapier_physics_server_2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@ double RapierPhysicsServer2D::_joint_get_param(const RID &p_joint, JointParam p_
return joint->get_max_force();
break;
}
return 0;
}

void RapierPhysicsServer2D::_joint_disable_collisions_between_bodies(const RID &p_joint, const bool p_disable) {
Expand Down

0 comments on commit 8f4c5b4

Please sign in to comment.