mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Disable "final" sample in countdown for the time being
This commit is contained in:
parent
174dc1641c
commit
31bf0c4a9b
@ -104,7 +104,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
lastTickSampleTime = Time.Current;
|
lastTickSampleTime = Time.Current;
|
||||||
|
|
||||||
if (secondsRemaining < 10) countdownTickSample?.Play();
|
if (secondsRemaining < 10) countdownTickSample?.Play();
|
||||||
if (secondsRemaining <= 3) countdownTickFinalSample?.Play();
|
// disabled for now pending further work on sound effect
|
||||||
|
// if (secondsRemaining <= 3) countdownTickFinalSample?.Play();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateButtonText()
|
private void updateButtonText()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user