1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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

View File

@ -168,7 +168,7 @@ namespace osu.Game.Screens.Menu
{
// 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)