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:
parent
6bee26cfc9
commit
ea911b2fd2
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user