summaryrefslogtreecommitdiff
path: root/scene/resources/sphere_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sphere_shape_3d.h')
-rw-r--r--scene/resources/sphere_shape_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape_3d.h b/scene/resources/sphere_shape_3d.h
index ff6d883940..20887dd092 100644
--- a/scene/resources/sphere_shape_3d.h
+++ b/scene/resources/sphere_shape_3d.h
@@ -35,7 +35,7 @@
class SphereShape3D : public Shape3D {
GDCLASS(SphereShape3D, Shape3D);
- float radius;
+ float radius = 1.0f;
protected:
static void _bind_methods();