This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
demos/glsl: Add missing break statement to noise test.
tags/mesa_7_7_rc1
Vinson Lee
16 years ago
parent
2cfbbc76e4
commit
7dfea5c072
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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;
Write
Preview
Loading…
Cancel
Save