diff options
Diffstat (limited to 'scene/resources/circle_shape_2d.h')
-rw-r--r-- | scene/resources/circle_shape_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/circle_shape_2d.h b/scene/resources/circle_shape_2d.h index a066b773ef..333f299236 100644 --- a/scene/resources/circle_shape_2d.h +++ b/scene/resources/circle_shape_2d.h @@ -36,7 +36,7 @@ class CircleShape2D : public Shape2D { GDCLASS(CircleShape2D, Shape2D); - real_t radius; + real_t radius = 10.0; void _update_shape(); protected: |