Use a decoupled clock for triangles intro to avoid startup freezes on broken audio device

This commit is contained in:
Dean Herbert
2021-09-09 01:21:19 +09:00
parent 2c6ee0ebf7
commit ba99a808af
2 changed files with 18 additions and 2 deletions

View File

@ -165,7 +165,7 @@ namespace osu.Game.Screens.Menu
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBlack();
protected void StartTrack()
protected virtual void StartTrack()
{
// Only start the current track if it is the menu music. A beatmap's track is started when entering the Main Menu.
if (UsingThemedIntro)