This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Restore animation
tags/texman_0_1_20060325
Keith Whitwell
20 years ago
parent
a647198f65
commit
30709caad6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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();
}
Write
Preview
Loading…
Cancel
Save