mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix inverted operation order
This commit is contained in:
@ -213,8 +213,8 @@ namespace osu.Game.Screens.Play
|
||||
dependencies.CacheAs(DrawableRuleset);
|
||||
|
||||
ScoreProcessor = ruleset.CreateScoreProcessor();
|
||||
ScoreProcessor.ApplyBeatmap(playableBeatmap);
|
||||
ScoreProcessor.Mods.Value = gameplayMods;
|
||||
ScoreProcessor.ApplyBeatmap(playableBeatmap);
|
||||
|
||||
dependencies.CacheAs(ScoreProcessor);
|
||||
|
||||
|
Reference in New Issue
Block a user