Intro track should not restart from preview point

This commit is contained in:
Dean Herbert 2021-02-18 14:55:15 +09:00
parent e7308193e7
commit 49589b64c3
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ protected 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)
Track.Restart();
Track.Start();
}
protected override void LogoArriving(OsuLogo logo, bool resuming)