1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +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

@@ -41,6 +41,7 @@
#include "editor/editor_string_names.h"
#include "editor/editor_undo_redo_manager.h"
#include "editor/gui/editor_file_dialog.h"
#include "scene/3d/skeleton_3d.h"
#include "scene/animation/animation_player.h"
#include "scene/gui/check_box.h"
#include "scene/gui/menu_button.h"