You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user