diff options
Diffstat (limited to 'progs/glsl/noise.c')
| -rw-r--r-- | progs/glsl/noise.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/progs/glsl/noise.c b/progs/glsl/noise.c index fdab263ea6..bb024b5012 100644 --- a/progs/glsl/noise.c +++ b/progs/glsl/noise.c @@ -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; | 
