aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_2d_server.cpp
diff options
context:
space:
mode:
authorIgnacio Etcheverry2016-05-04 15:15:51 +0200
committerIgnacio Etcheverry2016-05-04 15:35:09 +0200
commit1e752c01203b2560ef3ed28993aac9c98c053cb8 (patch)
tree91b5f82d04c9c872e544b8206d7914ebd7782120 /servers/physics_2d_server.cpp
parent2060e6616cb39362cddc3c57a94292896f9f4525 (diff)
downloadgodot-1e752c01203b2560ef3ed28993aac9c98c053cb8.tar.gz
godot-1e752c01203b2560ef3ed28993aac9c98c053cb8.tar.zst
godot-1e752c01203b2560ef3ed28993aac9c98c053cb8.zip
Diffstat (limited to 'servers/physics_2d_server.cpp')
-rw-r--r--servers/physics_2d_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_2d_server.cpp b/servers/physics_2d_server.cpp
index a85fefe5a..411b99ebc 100644
--- a/servers/physics_2d_server.cpp
+++ b/servers/physics_2d_server.cpp
@@ -630,7 +630,7 @@ void Physics2DServer::_bind_methods() {
ObjectTypeDB::bind_method(_MD("groove_joint_create","groove1_a","groove2_a","anchor_b","body_a","body_b"),&Physics2DServer::groove_joint_create,DEFVAL(RID()),DEFVAL(RID()));
ObjectTypeDB::bind_method(_MD("damped_spring_joint_create","anchor_a","anchor_b","body_a","body_b"),&Physics2DServer::damped_spring_joint_create,DEFVAL(RID()));
- ObjectTypeDB::bind_method(_MD("damped_string_joint_set_param","joint","param","value"),&Physics2DServer::damped_string_joint_set_param,DEFVAL(RID()));
+ ObjectTypeDB::bind_method(_MD("damped_string_joint_set_param","joint","param","value"),&Physics2DServer::damped_string_joint_set_param);
ObjectTypeDB::bind_method(_MD("damped_string_joint_get_param","joint","param"),&Physics2DServer::damped_string_joint_get_param);
ObjectTypeDB::bind_method(_MD("joint_get_type","joint"),&Physics2DServer::joint_get_type);