diff options
Diffstat (limited to 'main/tests/test_physics.cpp')
| -rw-r--r-- | main/tests/test_physics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_physics.cpp b/main/tests/test_physics.cpp index 20c0c0807..95ce540b1 100644 --- a/main/tests/test_physics.cpp +++ b/main/tests/test_physics.cpp @@ -111,7 +111,7 @@ protected: PhysicsServer * ps = PhysicsServer::get_singleton(); - RID plane_shape = ps->shape_create(PhysicsServer::SHAPE_PLANE);; + RID plane_shape = ps->shape_create(PhysicsServer::SHAPE_PLANE); ps->shape_set_data( plane_shape, p_plane ); RID b = ps->body_create( PhysicsServer::BODY_MODE_STATIC ); |
