mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Merge pull request #17444 from peppy/fix-countdown-counting
Update multiplayer countdown button text more often
This commit is contained in:
commit
3986dfd160
@ -47,7 +47,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
countdown = room?.Countdown;
|
countdown = room?.Countdown;
|
||||||
|
|
||||||
if (room?.Countdown != null)
|
if (room?.Countdown != null)
|
||||||
countdownUpdateDelegate ??= Scheduler.AddDelayed(updateButtonText, 1000, true);
|
countdownUpdateDelegate ??= Scheduler.AddDelayed(updateButtonText, 100, true);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
countdownUpdateDelegate?.Cancel();
|
countdownUpdateDelegate?.Cancel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user