summaryrefslogtreecommitdiff
path: root/tests/test_physics_2d.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-08-14 09:36:16 +0200
committerGitHub <noreply@github.com>2021-08-14 09:36:16 +0200
commit59879447a395adc4ced2ee7e88b0ef1bcc32c82d (patch)
treea17c5dc4fddebd4379d57c3de0ba88a01638b87d /tests/test_physics_2d.cpp
parentf32c042f3e14a2de2f2d416ff35b0a3c80785e33 (diff)
parent8e3f71d75060c70745f541d5cab509f7bea690df (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.cpp2
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();