mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Store default ruleset value for ability to revert
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets
|
||||
// That can become an issue with overlays that require access to the initial ruleset value
|
||||
// before the ruleset selectors reached a LoadComplete state.
|
||||
// (e.g. displaying RankingsOverlay for the first time).
|
||||
Current.Value = Items.First();
|
||||
Current.Value = Current.Default = Items.First();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user