1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 11:27:24 +08:00

Ensure intro restarts track

This commit is contained in:
Dean Herbert 2019-07-06 19:05:42 +09:00
parent 6bee26cfc9
commit ea911b2fd2

View File

@ -101,7 +101,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 Manu. // Only start the current track if it is the menu music. A beatmap's track is started when entering the Main Manu.
if (menuMusic.Value) if (menuMusic.Value)
{ {
track.Start(); track.Restart();
track = null; track = null;
} }