mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
Fix unintended delay on osu!theme
This commit is contained in:
parent
a883f44ea2
commit
5baad52a9e
@ -19,7 +19,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
protected override string BeatmapFile => "circles.osz";
|
protected override string BeatmapFile => "circles.osz";
|
||||||
|
|
||||||
public const double TRACK_START_DELAY = 1000;
|
public const double TRACK_START_DELAY = 600;
|
||||||
|
|
||||||
private const double delay_for_menu = 2900;
|
private const double delay_for_menu = 2900;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user