Reword comment

This commit is contained in:
Dean Herbert 2020-03-30 18:35:01 +09:00
parent 2ab8267f84
commit c4df49954f

View File

@ -87,8 +87,7 @@ 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
// When the repeat is hit, the arrow should fade out on spot rather than following the slider
if (IsHit) return;
bool isRepeatAtEnd = sliderRepeat.RepeatIndex % 2 == 0;