mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
progs/fp: Redraw upon keypress.
This commit is contained in:
parent
fe8e18bcd4
commit
8d2f3434c5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ static void Key(unsigned char key, int x, int y)
|
|||
case 27:
|
||||
exit(1);
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
glutPostRedisplay();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue