mirror of
https://github.com/ppy/osu
synced 2025-01-08 07:10:01 +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 (repeat > currentRepeat)
|
||||||
{
|
{
|
||||||
if (ball.Tracking)
|
if (repeat < slider.RepeatCount && ball.Tracking)
|
||||||
PlaySample();
|
PlaySample();
|
||||||
currentRepeat = repeat;
|
currentRepeat = repeat;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user