mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09:00
Fix countdown sounds playing every minute, rather than only on the last minute
This commit is contained in:
parent
b9642a13c8
commit
c4c62ff4e7
@ -106,7 +106,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
updateButtonText();
|
updateButtonText();
|
||||||
|
|
||||||
int secondsRemaining = countdownTimeRemaining.Seconds;
|
int secondsRemaining = (int)countdownTimeRemaining.TotalSeconds;
|
||||||
|
|
||||||
playTickSound(secondsRemaining);
|
playTickSound(secondsRemaining);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user