summaryrefslogtreecommitdiff
path: root/scene/2d/shape_cast_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/shape_cast_2d.h')
-rw-r--r--scene/2d/shape_cast_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/shape_cast_2d.h b/scene/2d/shape_cast_2d.h
index 8a62b799f8..a577c351fd 100644
--- a/scene/2d/shape_cast_2d.h
+++ b/scene/2d/shape_cast_2d.h
@@ -61,7 +61,7 @@ class ShapeCast2D : public Node2D {
real_t collision_unsafe_fraction = 1.0;
Array _get_collision_result() const;
- void _redraw_shape();
+ void _shape_changed();
protected:
void _notification(int p_what);