diff options
Diffstat (limited to 'scene/3d/shape_cast_3d.h')
-rw-r--r-- | scene/3d/shape_cast_3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/shape_cast_3d.h b/scene/3d/shape_cast_3d.h index 483364472f..344f1d3b8a 100644 --- a/scene/3d/shape_cast_3d.h +++ b/scene/3d/shape_cast_3d.h @@ -77,6 +77,7 @@ class ShapeCast3D : public Node3D { protected: void _notification(int p_what); void _update_shapecast_state(); + void _shape_changed(); static void _bind_methods(); public: |