Rename nested classes

This commit is contained in:
Pasi4K5
2021-06-12 18:37:31 +02:00
parent b79d57b68c
commit ef9cb2c958
3 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Mods
}
}
private readonly SettingsNumberBox.OsuSettingsNumberBox seedNumberBox;
private readonly SettingsNumberBox.NumberBox seedNumberBox;
public SeedControl()
{
@ -75,7 +75,7 @@ namespace osu.Game.Rulesets.Mods
{
new Drawable[]
{
seedNumberBox = new SettingsNumberBox.OsuSettingsNumberBox
seedNumberBox = new SettingsNumberBox.NumberBox
{
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true