Add a comment

This commit is contained in:
Endrik Tombak 2020-03-29 10:50:43 +03:00
parent d3114ca858
commit 2ab8267f84

View File

@ -87,6 +87,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
public void UpdateSnakingPosition(Vector2 start, Vector2 end)
{
// When the repeat is hit, the arrow should fade out on spot,
// it should no longer follow snaking
if (IsHit) return;
bool isRepeatAtEnd = sliderRepeat.RepeatIndex % 2 == 0;