mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Rename classes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user