mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +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.
|
// Ensure we are not writing to the replay any more, as we are about to consume and store the score.
|
||||||
DrawableRuleset.SetRecordTarget(null);
|
DrawableRuleset.SetRecordTarget(null);
|
||||||
|
|
||||||
// Asynchronously run score preparation operations (database import, online submission etc.).
|
|
||||||
prepareScoreForDisplayTask ??= Task.Run(prepareScoreForResults);
|
|
||||||
|
|
||||||
if (!Configuration.ShowResults)
|
if (!Configuration.ShowResults)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// Asynchronously run score preparation operations (database import, online submission etc.).
|
||||||
|
prepareScoreForDisplayTask ??= Task.Run(prepareScoreForResults);
|
||||||
|
|
||||||
if (skipStoryboardOutro)
|
if (skipStoryboardOutro)
|
||||||
{
|
{
|
||||||
scheduleCompletion();
|
scheduleCompletion();
|
||||||
|
Loading…
Reference in New Issue
Block a user