1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 19:11:18 +08:00

Make ScaledContainer private

This commit is contained in:
smoogipoo
2018-02-23 15:06:08 +09:00
Unverified
parent 72fcbfe12b
commit d72290ee24
+1 -1
View File
@@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.UI
});
}
public class ScaledContainer : Container
private class ScaledContainer : Container
{
/// <summary>
/// The value to scale the width of the content to match.