diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2024-02-26 13:13:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 13:13:11 +0100 |
commit | bb6b06c81343073f10cbbd2af515cf0dac1e6549 (patch) | |
tree | 591fac0386894290d6b161d18d70dd39233bad02 /modules/csg/csg_shape.h | |
parent | 8eb34cb78bc2df3715cfdfcf4562bd36ddf91f7f (diff) | |
parent | c399424db9ee39e94cd21569ee87567de10586e2 (diff) | |
download | redot-engine-bb6b06c81343073f10cbbd2af515cf0dac1e6549.tar.gz |
Merge pull request #50148 from aaronfranke/move-resources
Move 2D and 3D resources to their own folders
Diffstat (limited to 'modules/csg/csg_shape.h')
-rw-r--r-- | modules/csg/csg_shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_shape.h b/modules/csg/csg_shape.h index 6ac71b6946..bb7c8be431 100644 --- a/modules/csg/csg_shape.h +++ b/modules/csg/csg_shape.h @@ -35,7 +35,7 @@ #include "scene/3d/path_3d.h" #include "scene/3d/visual_instance_3d.h" -#include "scene/resources/concave_polygon_shape_3d.h" +#include "scene/resources/3d/concave_polygon_shape_3d.h" #include "thirdparty/misc/mikktspace.h" |