mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 00:52:54 +08:00
Fix bracket style
This commit is contained in:
parent
17c3455b36
commit
855f0a4253
@ -626,13 +626,16 @@ namespace osu.Game.Screens.Play
|
||||
completionProgressDelegate = Schedule(delegate
|
||||
{
|
||||
var score = CreateScore();
|
||||
|
||||
if (DrawableRuleset.ReplayScore == null)
|
||||
{
|
||||
scoreManager.Import(score).ContinueWith(_ => Schedule(() =>
|
||||
{
|
||||
// screen may be in the exiting transition phase.
|
||||
if (this.IsCurrentScreen())
|
||||
this.Push(CreateResults(score));
|
||||
}));
|
||||
}
|
||||
else
|
||||
this.Push(CreateResults(score));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user