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

Remove Object pointer/solve types conflict in AnimationTrackCache

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Silc Lizard (Tokage) Renew
2024-01-06 02:21:38 +09:00
parent 35da70f953
commit a51958a2a0
11 changed files with 312 additions and 248 deletions

View File

@@ -32,6 +32,7 @@
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
#include "scene/3d/skeleton_3d.h"
#include "scene/animation/animation_mixer.h"
#include "scene/gui/button.h"
#include "scene/gui/dialogs.h"