Browse Source

Restore animation

tags/texman_0_1_20060325
Keith Whitwell 20 years ago
parent
commit
30709caad6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/demos/texobj.c

+ 1
- 1
progs/demos/texobj.c View File

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



Loading…
Cancel
Save