Restore animation

This commit is contained in:
Keith Whitwell 2006-03-20 18:54:22 +00:00
parent a647198f65
commit 30709caad6

View file

@ -92,7 +92,7 @@ static void idle( void )
dt = t - t0;
t0 = t;
Angle += 120.0*dt;
/* glutPostRedisplay(); */
glutPostRedisplay();
}