Closed GoogleCodeExporter closed 9 years ago
Fairly reasonable, I'll look at it, 2.0.3 has to be released today - this might
not be in it
Original comment by rtaylor205@gmail.com
on 9 Jul 2010 at 10:36
it's kind of a misspelling bug
if(useTerminalSpeedX && ((accelerationX > 0 && speedX > terminalSpeedX) ||
(accelerationX < 0 && speedY < terminalSpeedX)))
should be
if(useTerminalSpeedX && ((accelerationX > 0 && speedX > terminalSpeedX) ||
(accelerationX < 0 && speedX < terminalSpeedX)))
in Sprite.java onUpdate()
Original comment by wuas...@gmail.com
on 27 Jul 2010 at 2:26
the code is in 2.0.3
Original comment by wuas...@gmail.com
on 27 Jul 2010 at 2:27
Original comment by rtaylor205@gmail.com
on 16 Aug 2010 at 1:55
Original issue reported on code.google.com by
necrotic...@gmail.com
on 8 Jul 2010 at 6:54