mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Initial EF Core commit
This commit is contained in:
@ -110,7 +110,7 @@ namespace osu.Game
|
||||
|
||||
configRuleset = LocalConfig.GetBindable<int>(OsuSetting.Ruleset);
|
||||
Ruleset.Value = RulesetStore.GetRuleset(configRuleset.Value);
|
||||
Ruleset.ValueChanged += r => configRuleset.Value = r.ID ?? 0;
|
||||
Ruleset.ValueChanged += r => configRuleset.Value = r.Id ?? 0;
|
||||
}
|
||||
|
||||
private ScheduledDelegate scoreLoad;
|
||||
|
Reference in New Issue
Block a user