summaryrefslogtreecommitdiffstats
path: root/editor/plugins/collision_shape_2d_editor_plugin.h
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 /editor/plugins/collision_shape_2d_editor_plugin.h
parentf32c042f3e14a2de2f2d416ff35b0a3c80785e33 (diff)
parent8e3f71d75060c70745f541d5cab509f7bea690df (diff)
downloadredot-engine-59879447a395adc4ced2ee7e88b0ef1bcc32c82d.tar.gz
Merge pull request #51636 from Calinou/rename-lineshape2d
Rename LineShape2D to WorldMarginShape2D
Diffstat (limited to 'editor/plugins/collision_shape_2d_editor_plugin.h')
-rw-r--r--editor/plugins/collision_shape_2d_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/collision_shape_2d_editor_plugin.h b/editor/plugins/collision_shape_2d_editor_plugin.h
index 130ec708cf..056e1b5b7d 100644
--- a/editor/plugins/collision_shape_2d_editor_plugin.h
+++ b/editor/plugins/collision_shape_2d_editor_plugin.h
@@ -46,7 +46,7 @@ class CollisionShape2DEditor : public Control {
CIRCLE_SHAPE,
CONCAVE_POLYGON_SHAPE,
CONVEX_POLYGON_SHAPE,
- LINE_SHAPE,
+ WORLD_MARGIN_SHAPE,
RECTANGLE_SHAPE,
SEGMENT_SHAPE
};