summaryrefslogtreecommitdiffstats
path: root/scene/3d/mesh_instance_3d.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-02-26 13:13:11 +0100
committerGitHub <noreply@github.com>2024-02-26 13:13:11 +0100
commitbb6b06c81343073f10cbbd2af515cf0dac1e6549 (patch)
tree591fac0386894290d6b161d18d70dd39233bad02 /scene/3d/mesh_instance_3d.cpp
parent8eb34cb78bc2df3715cfdfcf4562bd36ddf91f7f (diff)
parentc399424db9ee39e94cd21569ee87567de10586e2 (diff)
downloadredot-engine-bb6b06c81343073f10cbbd2af515cf0dac1e6549.tar.gz
Merge pull request #50148 from aaronfranke/move-resources
Move 2D and 3D resources to their own folders
Diffstat (limited to 'scene/3d/mesh_instance_3d.cpp')
-rw-r--r--scene/3d/mesh_instance_3d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/mesh_instance_3d.cpp b/scene/3d/mesh_instance_3d.cpp
index 35baf81e89..eeb41573f7 100644
--- a/scene/3d/mesh_instance_3d.cpp
+++ b/scene/3d/mesh_instance_3d.cpp
@@ -32,8 +32,8 @@
#include "collision_shape_3d.h"
#include "physics_body_3d.h"
-#include "scene/resources/concave_polygon_shape_3d.h"
-#include "scene/resources/convex_polygon_shape_3d.h"
+#include "scene/resources/3d/concave_polygon_shape_3d.h"
+#include "scene/resources/3d/convex_polygon_shape_3d.h"
bool MeshInstance3D::_set(const StringName &p_name, const Variant &p_value) {
//this is not _too_ bad performance wise, really. it only arrives here if the property was not set anywhere else.