diff options
| author | Juan Linietsky | 2017-06-27 21:46:43 -0300 |
|---|---|---|
| committer | GitHub | 2017-06-27 21:46:43 -0300 |
| commit | aaf6ae3f15b048017650905da85cb36780d1fce3 (patch) | |
| tree | 11a6233a484268ec7b7b2cd061a174bb6a857d87 /editor/plugins/curve_editor_plugin.h | |
| parent | 6fd4311c27625a5c725fcf525bbbf04fbbf9c56f (diff) | |
| parent | 6c1ab2098f5f399cc1ef09c7759604c5c671b4e7 (diff) | |
| download | godot-aaf6ae3.tar.gz godot-aaf6ae3.tar.zst godot-aaf6ae3.zip | |
Merge pull request #9425 from Zylann/curve_iteration3
Fix curve saving, refined undo/redo
Diffstat (limited to 'editor/plugins/curve_editor_plugin.h')
| -rw-r--r-- | editor/plugins/curve_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/curve_editor_plugin.h b/editor/plugins/curve_editor_plugin.h index 39d9b84d8..a4952dfb2 100644 --- a/editor/plugins/curve_editor_plugin.h +++ b/editor/plugins/curve_editor_plugin.h @@ -88,7 +88,6 @@ private: void toggle_linear(TangentIndex tangent = TANGENT_NONE); void set_selected_point(int index); void set_hover_point_index(int index); - void push_undo(Array previous_curve_data); void update_view_transform(); Vector2 get_tangent_view_pos(int i, TangentIndex tangent) const; @@ -108,7 +107,6 @@ private: Array _undo_data; bool _has_undo_data; - bool _undo_no_commit; Vector2 _context_click_pos; int _selected_point; |
