mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:42:54 +08:00
Bring back the delay to what it was before.
This commit is contained in:
parent
ec64455573
commit
2d155f6a5c
@ -240,7 +240,7 @@ namespace osu.Game.Screens.Play
|
|||||||
Content.Delay(250);
|
Content.Delay(250);
|
||||||
Content.FadeIn(250);
|
Content.FadeIn(250);
|
||||||
|
|
||||||
Delay(500);
|
Delay(750);
|
||||||
Schedule(() =>
|
Schedule(() =>
|
||||||
{
|
{
|
||||||
sourceClock.Start();
|
sourceClock.Start();
|
||||||
|
Loading…
Reference in New Issue
Block a user