Terry
Results
2
comments of
Terry
I found a work around by accounting for the "forward" variable in _snakeForward to not be 0; ``` _snakeForward: function(forward) { forward = (forward == 0 ? 0.00000000001 : forward);...
I think so. I haven’t had a prob since I added that fix On Fri, Apr 19, 2019 at 10:16 AM Roger Filmyer wrote: > Is this worth including in...