diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 19:28:58 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 19:28:58 +0100 |
commit | 73ab51465748a15ed4d80d66a44db83bfe574bb6 (patch) | |
tree | e4d9f3f0b999621054165c36df57c35f32ad8808 | |
parent | 40b9c246b65010768bd3c87dd6162e07dabd6898 (diff) |
Fix style issue in ShapeCast3D after #68409
Somehow that PR didn't run the CI checks.
-rw-r--r-- | scene/3d/shape_cast_3d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/shape_cast_3d.cpp b/scene/3d/shape_cast_3d.cpp index e6bf6757fa..87361d6b38 100644 --- a/scene/3d/shape_cast_3d.cpp +++ b/scene/3d/shape_cast_3d.cpp @@ -31,8 +31,8 @@ #include "shape_cast_3d.h" #include "core/core_string_names.h" -#include "collision_object_3d.h" -#include "mesh_instance_3d.h" +#include "scene/3d/collision_object_3d.h" +#include "scene/3d/mesh_instance_3d.h" #include "scene/resources/concave_polygon_shape_3d.h" void ShapeCast3D::_notification(int p_what) { |