diff options
Diffstat (limited to 'bin/tests/test_physics.cpp')
| -rw-r--r-- | bin/tests/test_physics.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_physics.cpp b/bin/tests/test_physics.cpp index ecd90a13d4..f202d0dda1 100644 --- a/bin/tests/test_physics.cpp +++ b/bin/tests/test_physics.cpp @@ -609,7 +609,7 @@ public:  			//t.basis.rotate(Vector3(-1,0,0),Math_PI/4*i); -			RID b = create_body(type,PhysicsServer::BODY_MODE_RIGID,t); +			create_body(type,PhysicsServer::BODY_MODE_RIGID,t);  			//RID b = create_body(type,i==0?PhysicsServer::BODY_MODE_STATIC:PhysicsServer::BODY_MODE_RIGID,t);  		}  |