mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
Redraw on keypress, as apparently intended.
This commit is contained in:
parent
a2db56b34b
commit
a61ee65910
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ key(unsigned char k, int x, int y)
|
|||
exit(0);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
}
|
||||
glutPostRedisplay();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue