diff options
Diffstat (limited to 'editor/plugins/path_2d_editor_plugin.h')
| -rw-r--r-- | editor/plugins/path_2d_editor_plugin.h | 1 |
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 af9f307cc8..8efd651494 100644 --- a/editor/plugins/path_2d_editor_plugin.h +++ b/editor/plugins/path_2d_editor_plugin.h @@ -92,6 +92,7 @@ class Path2DEditor : public HBoxContainer { float orig_in_length = 0.0f; float orig_out_length = 0.0f; Vector2 edge_point; + Vector2 original_mouse_pos; void _mode_selected(int p_mode); void _handle_option_pressed(int p_option); |
