mirror of
https://github.com/ppy/osu
synced 2025-02-21 21:17:13 +00:00
Pass score into GameplayState
This commit is contained in:
parent
0b0316e27e
commit
d1e7191f94
@ -162,6 +162,7 @@ namespace osu.Game.Screens.Play
|
||||
return;
|
||||
|
||||
Score = CreateScore();
|
||||
GameplayState.Score = Score;
|
||||
|
||||
// ensure the score is in a consistent state with the current player.
|
||||
Score.ScoreInfo.BeatmapInfo = Beatmap.Value.BeatmapInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user