diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-09-10 12:21:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 12:21:02 -0300 |
commit | fc61eb37ce004ecfa0656a46c68d111c68bb5c19 (patch) | |
tree | 0aa31fc3891596abca39042f27404f329e002b2d /bin/tests/test_physics.cpp | |
parent | 026c7913cf6f38b948d66484d97d7841fa1c9f16 (diff) | |
parent | a4674bda47ddeed7cc929bafdcd89b6bd156ee30 (diff) |
Merge pull request #5920 from 29jm/fix-warnings
Fix some more warnings
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); } |