mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
demos/glsl: Add missing break statement to noise test.
This commit is contained in:
parent
2cfbbc76e4
commit
7dfea5c072
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ Key(unsigned char key, int x, int y)
|
|||
case 'a':
|
||||
Anim = !Anim;
|
||||
glutIdleFunc(Anim ? Idle : NULL);
|
||||
break;
|
||||
case 's':
|
||||
Slice -= step;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue