mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix style issue in ShapeCast3D after #68409
Somehow that PR didn't run the CI checks.
This commit is contained in:
parent
40b9c246b6
commit
73ab514657
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
#include "shape_cast_3d.h"
|
#include "shape_cast_3d.h"
|
||||||
|
|
||||||
#include "core/core_string_names.h"
|
#include "core/core_string_names.h"
|
||||||
#include "collision_object_3d.h"
|
#include "scene/3d/collision_object_3d.h"
|
||||||
#include "mesh_instance_3d.h"
|
#include "scene/3d/mesh_instance_3d.h"
|
||||||
#include "scene/resources/concave_polygon_shape_3d.h"
|
#include "scene/resources/concave_polygon_shape_3d.h"
|
||||||
|
|
||||||
void ShapeCast3D::_notification(int p_what) {
|
void ShapeCast3D::_notification(int p_what) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue