mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
ModSections in Ruleset, fixed toolbar play mode changed not firing
This commit is contained in:
@ -145,12 +145,8 @@ namespace osu.Game.Screens.Select
|
||||
if (osuGame != null)
|
||||
{
|
||||
playMode = osuGame.PlayMode;
|
||||
playMode.ValueChanged += playMode_ValueChanged;
|
||||
modSelect.ModMode = playMode;
|
||||
}
|
||||
else
|
||||
{
|
||||
modSelect.ModMode = PlayMode.Osu;
|
||||
playMode.ValueChanged += playMode_ValueChanged;
|
||||
}
|
||||
|
||||
if (database == null)
|
||||
|
Reference in New Issue
Block a user