diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-08-14 09:36:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 09:36:16 +0200 |
commit | 59879447a395adc4ced2ee7e88b0ef1bcc32c82d (patch) | |
tree | a17c5dc4fddebd4379d57c3de0ba88a01638b87d /tests/test_physics_2d.cpp | |
parent | f32c042f3e14a2de2f2d416ff35b0a3c80785e33 (diff) | |
parent | 8e3f71d75060c70745f541d5cab509f7bea690df (diff) |
Merge pull request #51636 from Calinou/rename-lineshape2d
Rename LineShape2D to WorldMarginShape2D
Diffstat (limited to 'tests/test_physics_2d.cpp')
-rw-r--r-- | tests/test_physics_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_physics_2d.cpp b/tests/test_physics_2d.cpp index 40dc74e89c..61b8951afa 100644 --- a/tests/test_physics_2d.cpp +++ b/tests/test_physics_2d.cpp @@ -255,7 +255,7 @@ protected: arr.push_back(p_normal); arr.push_back(p_d); - RID plane = ps->line_shape_create(); + RID plane = ps->world_margin_shape_create(); ps->shape_set_data(plane, arr); RID plane_body = ps->body_create(); |