From 91f3d8deb44b425d632cf0299fd4087f15e5f9c0 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 3 Aug 2017 15:48:06 +0900 Subject: [PATCH] Improve class xmldoc --- osu.Game/Graphics/Containers/ConstrainedIconContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs b/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs index 0f07080d55..dd2a265a0f 100644 --- a/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs +++ b/osu.Game/Graphics/Containers/ConstrainedIconContainer.cs @@ -9,7 +9,7 @@ using OpenTK; namespace osu.Game.Graphics.Containers { /// - /// Display an icon that is constrained to a physical region on screen. + /// Display an icon that is forced to scale to the size of this container. /// public class ConstrainedIconContainer : CompositeDrawable {