fix first tick after repeat being ignored
This commit is contained in:
parent
ffd1a57755
commit
5657290abf
|
@ -508,8 +508,8 @@ public class Slider implements GameObject {
|
|||
float t = getT(trackPosition, true);
|
||||
if (Math.floor(t) > currentRepeats) {
|
||||
currentRepeats++;
|
||||
tickIntervals++;
|
||||
isNewRepeat = true;
|
||||
tickIndex = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user