mirror of
https://github.com/ppy/osu
synced 2025-01-29 09:13:14 +00:00
Fix double back sound due to sub screen presence in multiplayer/playlists
This commit is contained in:
parent
c27e5d1216
commit
1520ccf865
@ -37,6 +37,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
{
|
||||
public override string Title => "Lounge";
|
||||
|
||||
protected override bool PlayExitSound => false;
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new LoungeBackgroundScreen
|
||||
{
|
||||
SelectedRoom = { BindTarget = SelectedRoom }
|
||||
|
Loading…
Reference in New Issue
Block a user