itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
197 stars 21 forks source link

Non Linear Sun Motion #102

Closed olls closed 8 years ago

olls commented 8 years ago

In the multiplayer branch, the sun does not move in the same way as in master. In master it moves linearly along it's circumference, whereas in multiplayer it seems to move linearly along the x-axis.

geraintwhite commented 8 years ago

Because the time is being converted to radians every time, rather than being stored in radians.