mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09:00
Reword comment
This commit is contained in:
parent
2ab8267f84
commit
c4df49954f
@ -87,8 +87,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
public void UpdateSnakingPosition(Vector2 start, Vector2 end)
|
public void UpdateSnakingPosition(Vector2 start, Vector2 end)
|
||||||
{
|
{
|
||||||
// When the repeat is hit, the arrow should fade out on spot,
|
// When the repeat is hit, the arrow should fade out on spot rather than following the slider
|
||||||
// it should no longer follow snaking
|
|
||||||
if (IsHit) return;
|
if (IsHit) return;
|
||||||
|
|
||||||
bool isRepeatAtEnd = sliderRepeat.RepeatIndex % 2 == 0;
|
bool isRepeatAtEnd = sliderRepeat.RepeatIndex % 2 == 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user