mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
progs/glsl: Redraw upon keypress.
(cherry picked from commit 881f55236a)
This commit is contained in:
parent
a0ac8fc7d8
commit
9e29242331
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ static void keyPress(unsigned char key, int x, int y)
|
|||
case 27:
|
||||
exit(0);
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
}
|
||||
glutPostRedisplay();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue