metacake / jogl-engine

A CAKE engine that uses Java OpenGL for graphics.
4 stars 0 forks source link

animator.animate() called in wrong place #1

Closed florence closed 11 years ago

florence commented 11 years ago

animator.animate() is called in the JOGLwindow constructor, but should be called on JOGLDevice.startOutputLoop()

rpless commented 11 years ago

This was fixed in 223148f