An issue with loopcasting
Math321 opened this issue ยท 0 comments
Expected behavior: In a loopcast bullet, each loop happens 5 ticks apart.
Actual behavior: The second loop happens 6 ticks after the first, instead of 5. All other loops occur 5 ticks after their predecessor, as expected.
How to reproduce the bug: This loopcast spell displays Selector: Time in blue, and the same number mod 5 in white. If loopcasting worked correctly, every white number would be equal, but instead, the first number is off by one.
Possible fixes: Delay the first loop by 1 tick. Or, make all the other loops happen 1 tick earlier. Either way would fix the issue.