mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
demos/glsl: Add missing break statement to noise test.
(cherry picked from commit 7dfea5c072)
This commit is contained in:
parent
8f4d3613da
commit
592c8522a2
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