diff options
Diffstat (limited to 'scene/2d/shape_cast_2d.h')
-rw-r--r-- | scene/2d/shape_cast_2d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/2d/shape_cast_2d.h b/scene/2d/shape_cast_2d.h index 182614a721..8a62b799f8 100644 --- a/scene/2d/shape_cast_2d.h +++ b/scene/2d/shape_cast_2d.h @@ -119,6 +119,8 @@ public: void clear_exceptions(); PackedStringArray get_configuration_warnings() const override; + + ShapeCast2D(); }; #endif // SHAPE_CAST_2D_H |