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 /editor/plugins/collision_shape_2d_editor_plugin.h | |
| parent | f32c042f3e14a2de2f2d416ff35b0a3c80785e33 (diff) | |
| parent | 8e3f71d75060c70745f541d5cab509f7bea690df (diff) | |
| download | redot-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.h | 2 |
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 }; |
