mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Move score preparations back below ShowResults
check
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user