demos/glsl: Add missing break statement to noise test.

(cherry picked from commit 7dfea5c072)
This commit is contained in:
Vinson Lee 2009-11-11 17:39:58 -08:00
parent 8f4d3613da
commit 592c8522a2
1 changed files with 1 additions and 0 deletions

View File

@ -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;