mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Make ScaledContainer private
This commit is contained in:
parent
72fcbfe12b
commit
d72290ee24
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user