Move OsuSettingsNumberBox into SettingsNumberBox

This commit is contained in:
Pasi4K5
2021-06-12 17:57:40 +02:00
parent c728f673d6
commit b79d57b68c
3 changed files with 8 additions and 9 deletions

View File

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