summaryrefslogtreecommitdiffstats
path: root/editor/plugins/path_2d_editor_plugin.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-28 19:29:23 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-28 19:29:23 +0200
commit7e7a4f238b506ddd36f982a8fc9463e4c945f8db (patch)
tree339482b376a15c9d951e66d1aee5b8a907264d21 /editor/plugins/path_2d_editor_plugin.h
parente439154407721b2e053c38decaa77cb520d22a12 (diff)
downloadredot-engine-7e7a4f238b506ddd36f982a8fc9463e4c945f8db.tar.gz
Fix Path2D splitting
Diffstat (limited to 'editor/plugins/path_2d_editor_plugin.h')
-rw-r--r--editor/plugins/path_2d_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/path_2d_editor_plugin.h b/editor/plugins/path_2d_editor_plugin.h
index a2857fddb7..f45b75a968 100644
--- a/editor/plugins/path_2d_editor_plugin.h
+++ b/editor/plugins/path_2d_editor_plugin.h
@@ -81,6 +81,7 @@ class Path2DEditor : public HBoxContainer {
ACTION_NONE,
ACTION_MOVING_POINT,
ACTION_MOVING_NEW_POINT,
+ ACTION_MOVING_NEW_POINT_FROM_SPLIT,
ACTION_MOVING_IN,
ACTION_MOVING_OUT,
};