xzela / jastroblast

asteroid game clone in libgdx
MIT License
5 stars 1 forks source link

Asteroid Spint/Angle is not a true 360 #8

Closed xzela closed 11 years ago

xzela commented 11 years ago

The code implements spin/angle improperly. Instead of using a true 360 degree angle, the code continues to increase the angle value above and beyond 360. This just gives the illusion that it's making a 360 rotation.

xzela commented 11 years ago

Fixed with latest commit.