mirror of
https://github.com/ppy/osu
synced 2025-01-07 14:49:57 +00:00
Fix sliders playing hitsound twice at end.
This commit is contained in:
parent
c65569bcbb
commit
00ddcb11b4
@ -107,7 +107,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
|
||||
if (repeat > currentRepeat)
|
||||
{
|
||||
if (ball.Tracking)
|
||||
if (repeat < slider.RepeatCount && ball.Tracking)
|
||||
PlaySample();
|
||||
currentRepeat = repeat;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user