1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Merge pull request #14144 from peppy/toggle-multiplayer-leaderboard-with-hud

Toggle the expanded state of the multiplayer leaderboard with the user's HUD
This commit is contained in:
Dan Balasescu 2021-08-06 20:13:55 +09:00 committed by GitHub
commit 4620ba8787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
{
base.LoadComplete();
((IBindable<bool>)leaderboard.Expanded).BindTo(IsBreakTime);
((IBindable<bool>)leaderboard.Expanded).BindTo(HUDOverlay.ShowHud);
}
protected override void StartGameplay()