Expire hold-to-quit button on multi-spectator player

This commit is contained in:
Salman Ahmed 2021-08-13 07:29:55 +03:00
parent 8dc7a925e7
commit e7cf6b2d23

View File

@ -36,6 +36,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
spectatorPlayerClock.WaitingOnFrames.BindTo(waitingOnFrames);
HUDOverlay.PlayerSettingsOverlay.Expire();
HUDOverlay.HoldToQuit.Expire();
}
protected override void UpdateAfterChildren()