mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Intro track should not restart from preview point
This commit is contained in:
parent
e7308193e7
commit
49589b64c3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user