mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Move score preparations back below ShowResults
check
This commit is contained in:
parent
3a1444e75d
commit
f282326f9a
@ -680,12 +680,12 @@ namespace osu.Game.Screens.Play
|
||||
// Ensure we are not writing to the replay any more, as we are about to consume and store the score.
|
||||
DrawableRuleset.SetRecordTarget(null);
|
||||
|
||||
// Asynchronously run score preparation operations (database import, online submission etc.).
|
||||
prepareScoreForDisplayTask ??= Task.Run(prepareScoreForResults);
|
||||
|
||||
if (!Configuration.ShowResults)
|
||||
return;
|
||||
|
||||
// Asynchronously run score preparation operations (database import, online submission etc.).
|
||||
prepareScoreForDisplayTask ??= Task.Run(prepareScoreForResults);
|
||||
|
||||
if (skipStoryboardOutro)
|
||||
{
|
||||
scheduleCompletion();
|
||||
|
Loading…
Reference in New Issue
Block a user