mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Increase delay for changing background on returning to main menu
This commit is contained in:
parent
566738494f
commit
2b934e0bea
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
nextTask = Scheduler.AddDelayed(() =>
|
||||
{
|
||||
LoadComponentAsync(nextBackground, displayNext, cancellationTokenSource.Token);
|
||||
}, 100);
|
||||
}, 500);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user