You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fixed animation player auto-queue duplication and undo/redo
This commit is contained in:
@@ -103,7 +103,7 @@ class AnimationPlayerEditor : public VBoxContainer {
|
||||
|
||||
AcceptDialog * dialog;
|
||||
Tree *tree;
|
||||
LineEdit *next;
|
||||
OptionButton *next;
|
||||
|
||||
} blend_editor;
|
||||
|
||||
@@ -146,7 +146,7 @@ class AnimationPlayerEditor : public VBoxContainer {
|
||||
void _dialog_action(String p_file);
|
||||
void _seek_frame_changed(const String& p_frame);
|
||||
void _seek_value_changed(float p_value);
|
||||
void _blend_editor_next_changed(const String& p_string);
|
||||
void _blend_editor_next_changed(const int p_idx);
|
||||
|
||||
void _list_changed();
|
||||
void _update_animation();
|
||||
|
||||
Reference in New Issue
Block a user