Browse Source

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

tags/mesa_7_7_rc1
Vinson Lee 16 years ago
parent
commit
7dfea5c072
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      progs/glsl/noise.c

+ 1
- 0
progs/glsl/noise.c 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;

Loading…
Cancel
Save