1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Make duplicate animation prompt for new name

This commit is contained in:
Haoyu Qiu
2022-02-14 14:28:39 +08:00
parent d0b446c6d5
commit aaf29c2d58
2 changed files with 66 additions and 58 deletions

View File

@@ -124,7 +124,7 @@ class AnimationPlayerEditor : public VBoxContainer {
ConfirmationDialog *name_dialog;
ConfirmationDialog *error_dialog;
bool renaming;
int name_dialog_op;
bool updating;
bool updating_blends;