Rename classes

This commit is contained in:
Pasi4K5
2021-06-12 17:37:01 +02:00
parent 29f3880415
commit c728f673d6
2 changed files with 5 additions and 5 deletions

View File

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