From f008e98ea2392070053f13cd3fcac64c5430588d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 22 May 2022 08:23:23 +0200 Subject: Decrease SphereShape3D's default radius to 0.5 to match primitive mesh The SphereMesh primitive mesh's size was recently decreased, but unlike other primitive meshes, the sphere shape's radius wasn't adjusted accordingly. --- doc/classes/SphereShape3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/SphereShape3D.xml') diff --git a/doc/classes/SphereShape3D.xml b/doc/classes/SphereShape3D.xml index 63084f024e..b4713b1d41 100644 --- a/doc/classes/SphereShape3D.xml +++ b/doc/classes/SphereShape3D.xml @@ -11,7 +11,7 @@ https://godotengine.org/asset-library/asset/675 - + The sphere's radius. The shape's diameter is double the radius. -- cgit v1.2.3