diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-11-25 11:43:06 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-11-25 11:43:11 -0600 |
commit | 93ab82536da201ffb154d4441d994ee7772b0529 (patch) | |
tree | 6f8ebf0bd35a3311e9c8fac30d66e7c38d93baf1 /scene/3d/spring_arm_3d.cpp | |
parent | a9fbf3718d4f8455dee1ebad05374d7baf714370 (diff) | |
download | redot-engine-93ab82536da201ffb154d4441d994ee7772b0529.tar.gz |
Use a more specific type for Mesh create_(convex|trimesh)_shape
Diffstat (limited to 'scene/3d/spring_arm_3d.cpp')
-rw-r--r-- | scene/3d/spring_arm_3d.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/spring_arm_3d.cpp b/scene/3d/spring_arm_3d.cpp index f855fce318..6d8ce06524 100644 --- a/scene/3d/spring_arm_3d.cpp +++ b/scene/3d/spring_arm_3d.cpp @@ -31,6 +31,7 @@ #include "spring_arm_3d.h" #include "scene/3d/camera_3d.h" +#include "scene/resources/shape_3d.h" void SpringArm3D::_notification(int p_what) { switch (p_what) { |