Skip to content

Commit 0573f87

Browse files
committed
Move the line of importing JointLimitation3D to 3D from Physics3D
1 parent ef34c3d commit 0573f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scene/register_scene_types.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@
267267
#include "scene/animation/root_motion_view.h"
268268
#include "scene/resources/3d/fog_material.h"
269269
#include "scene/resources/3d/importer_mesh.h"
270+
#include "scene/resources/3d/joint_limitation_3d.h"
271+
#include "scene/resources/3d/joint_limitation_cone_3d.h"
270272
#include "scene/resources/3d/mesh_library.h"
271273
#include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
272274
#include "scene/resources/3d/primitive_meshes.h"
@@ -355,8 +357,6 @@
355357
#include "scene/resources/3d/cylinder_shape_3d.h"
356358
#include "scene/resources/3d/height_map_shape_3d.h"
357359
#include "scene/resources/3d/importer_mesh.h"
358-
#include "scene/resources/3d/joint_limitation_3d.h"
359-
#include "scene/resources/3d/joint_limitation_cone_3d.h"
360360
#include "scene/resources/3d/mesh_library.h"
361361
#include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
362362
#include "scene/resources/3d/primitive_meshes.h"

0 commit comments

Comments
 (0)