mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:03:05 +08:00
Fix ScoreProcessor.ApplyBeatmap never being called
This commit is contained in:
parent
c1517e1521
commit
60c94a8ea3
@ -199,6 +199,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
rulesetContainer.OnNewResult += applyResult;
|
||||
rulesetContainer.OnRevertResult += revertResult;
|
||||
|
||||
ApplyBeatmap(rulesetContainer.Beatmap);
|
||||
SimulateAutoplay(rulesetContainer.Beatmap);
|
||||
Reset(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user