summaryrefslogtreecommitdiffstats
path: root/scene/register_scene_types.cpp
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-01-06 14:06:10 +0100
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-01-07 00:44:33 +0100
commitc6a1ae78750919dfa30e8af6adf856565593cc18 (patch)
tree49169962fb4d00a53e1f257bd97b47ed0e94f6c6 /scene/register_scene_types.cpp
parentc8c483cf57a768110fce57e509f9b855e69d34b7 (diff)
downloadredot-engine-c6a1ae78750919dfa30e8af6adf856565593cc18.tar.gz
Fix some build errors with `disable_3d=Yes`
* Some tests were incorrectly included * SCU builds with animation * Animation `switch`
Diffstat (limited to 'scene/register_scene_types.cpp')
-rw-r--r--scene/register_scene_types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp
index baaa78f9f2..111d6447a0 100644
--- a/scene/register_scene_types.cpp
+++ b/scene/register_scene_types.cpp
@@ -78,7 +78,6 @@
#include "scene/animation/animation_node_state_machine.h"
#include "scene/animation/animation_player.h"
#include "scene/animation/animation_tree.h"
-#include "scene/animation/root_motion_view.h"
#include "scene/animation/tween.h"
#include "scene/audio/audio_stream_player.h"
#include "scene/debugger/scene_debugger.h"
@@ -273,6 +272,7 @@
#include "scene/3d/voxel_gi.h"
#include "scene/3d/world_environment.h"
#include "scene/3d/xr_nodes.h"
+#include "scene/animation/root_motion_view.h"
#include "scene/resources/environment.h"
#include "scene/resources/fog_material.h"
#include "scene/resources/importer_mesh.h"