Example of angle jitter.html
I'm setting the sprites angle to = (sin(ang)*90 )*(dt*60)
with (ang being +1 every tick)
The angle is smooth, but when I add "*(dt*60)" at the end to make it work at any framerate, it goes insane.
Am I using DT wrong? Or is this a DT bug?