mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00:00
Fix intro welcome playing double due to missing conditional
This commit is contained in:
parent
d4a7e8cee8
commit
1edafc39ba
@ -64,6 +64,7 @@ namespace osu.Game.Screens.Menu
|
||||
}, t =>
|
||||
{
|
||||
AddInternal(t);
|
||||
if (!UsingThemedIntro)
|
||||
welcome?.Play();
|
||||
|
||||
StartTrack();
|
||||
|
Loading…
Reference in New Issue
Block a user