Merge branch 'master' into fix-spectator-frame-conversion

This commit is contained in:
Dean Herbert
2021-06-04 15:06:15 +09:00
committed by GitHub
16 changed files with 470 additions and 168 deletions

View File

@ -657,6 +657,9 @@ namespace osu.Game.Screens.Play
ValidForResume = false;
// ensure we are not writing to the replay any more, as we are about to consume and store the score.
DrawableRuleset.SetRecordTarget(null);
if (!Configuration.ShowResults) return;
prepareScoreForDisplayTask ??= Task.Run(async () =>