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