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, };