1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Change AnimationLibEditor's mixer to actual Mixer

This commit is contained in:
kobewi
2023-11-06 23:27:44 +01:00
parent 4c96e9676b
commit 01bd005a1f
2 changed files with 25 additions and 23 deletions

View File

@@ -37,6 +37,7 @@
#include "scene/gui/dialogs.h"
#include "scene/gui/tree.h"
class AnimationMixer;
class EditorFileDialog;
class AnimationLibraryEditor : public AcceptDialog {
@@ -90,7 +91,7 @@ class AnimationLibraryEditor : public AcceptDialog {
Tree *tree = nullptr;
Object *mixer = nullptr;
AnimationMixer *mixer = nullptr;
void _add_library();
void _add_library_validate(const String &p_name);