progs/glsl: Redraw upon keypress.

This commit is contained in:
Vinson Lee
2009-11-19 22:46:19 -08:00
parent f8ea531820
commit 881f55236a
+1 -1
View File
@@ -369,7 +369,7 @@ static void keyPress(unsigned char key, int x, int y)
case 27:
exit(0);
default:
return;
break;
}
glutPostRedisplay();
}