mirror of https://github.com/ppy/osu
Intro track should not restart from preview point
This commit is contained in:
parent
e7308193e7
commit
49589b64c3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue