mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:47:27 +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(() =>
|
nextTask = Scheduler.AddDelayed(() =>
|
||||||
{
|
{
|
||||||
LoadComponentAsync(nextBackground, displayNext, cancellationTokenSource.Token);
|
LoadComponentAsync(nextBackground, displayNext, cancellationTokenSource.Token);
|
||||||
}, 100);
|
}, 500);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user