diff options
| author | Rémi Verschelde | 2017-01-14 18:03:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | f44ee891beaad397481dd88da41cb80e6539774f (patch) | |
| tree | 82ce10e73d3b1da6229618ce93222ee49e34841b /main/tests/test_physics.cpp | |
| parent | e2a3f06f3d0c49d87b86c12407d69174b58ae448 (diff) | |
| download | godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.gz godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.zst godot-f44ee891beaad397481dd88da41cb80e6539774f.zip | |
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 ); |
