You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
3D Import Import & UDP
-=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
This commit is contained in:
@@ -655,7 +655,7 @@ void PhysicsServer::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("joint_get_type","joint"),&PhysicsServer::joint_get_type);
|
||||
*/
|
||||
ObjectTypeDB::bind_method(_MD("free","rid"),&PhysicsServer::free);
|
||||
ObjectTypeDB::bind_method(_MD("free_rid","rid"),&PhysicsServer::free);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_active","active"),&PhysicsServer::set_active);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user