mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 07:32:55 +08:00
Expire hold-to-quit button on multi-spectator player
This commit is contained in:
parent
8dc7a925e7
commit
e7cf6b2d23
@ -36,6 +36,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
|||||||
spectatorPlayerClock.WaitingOnFrames.BindTo(waitingOnFrames);
|
spectatorPlayerClock.WaitingOnFrames.BindTo(waitingOnFrames);
|
||||||
|
|
||||||
HUDOverlay.PlayerSettingsOverlay.Expire();
|
HUDOverlay.PlayerSettingsOverlay.Expire();
|
||||||
|
HUDOverlay.HoldToQuit.Expire();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
|
Loading…
Reference in New Issue
Block a user