1
0
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:
Paulb23
2016-05-07 17:27:52 +01:00
parent a53841a43a
commit 488495852b
3 changed files with 32 additions and 7 deletions

View File

@@ -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();