mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
change Query to AllRulesets
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
AddSection(new GlobalKeyBindingsSection(global, "Global"));
|
||||
|
||||
foreach (var ruleset in rulesets.Query<RulesetInfo>())
|
||||
foreach (var ruleset in rulesets.AllRulesets)
|
||||
AddSection(new RulesetBindingsSection(ruleset));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user