From 83374164dbf3aefcdbdc14a416df5e120c4797af Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Sun, 6 Jul 2025 21:31:26 +0200 Subject: [PATCH] haha I did not copy paste that comment --- Source/Editor/SceneGraph/Actors/StaticModelNode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/SceneGraph/Actors/StaticModelNode.cs b/Source/Editor/SceneGraph/Actors/StaticModelNode.cs index a91ef7399..e95364c2d 100644 --- a/Source/Editor/SceneGraph/Actors/StaticModelNode.cs +++ b/Source/Editor/SceneGraph/Actors/StaticModelNode.cs @@ -276,7 +276,7 @@ namespace FlaxEditor.SceneGraph.Actors Transform = actor.Transform, Position = actor.Box.Center, - // Size the sphere to best fit the actor + // Size the capsule to best fit the actor Radius = (float)actor.Sphere.Radius / Mathf.Max((float)actor.Scale.MaxValue, 0.0001f) * 0.707f, Height = 100f, };