mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 07:32: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:
commit
4620ba8787
@ -96,7 +96,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
((IBindable<bool>)leaderboard.Expanded).BindTo(IsBreakTime);
|
((IBindable<bool>)leaderboard.Expanded).BindTo(HUDOverlay.ShowHud);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void StartGameplay()
|
protected override void StartGameplay()
|
||||||
|
Loading…
Reference in New Issue
Block a user