Fix unintended delay on osu!theme

This commit is contained in:
NotGumballer91 2022-10-11 16:15:56 +08:00 committed by GitHub
parent a883f44ea2
commit 5baad52a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens.Menu
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;