projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4d361
)
demos/glsl: Add missing break statement to noise test.
author
Vinson Lee
<vlee@vmware.com>
Thu, 12 Nov 2009 01:39:58 +0000
(17:39 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 3 Dec 2009 04:16:41 +0000
(20:16 -0800)
(cherry picked from commit
7dfea5c0722e9da101805c15b9dd26352816bca9
)
progs/glsl/noise.c
patch
|
blob
|
history
diff --git
a/progs/glsl/noise.c
b/progs/glsl/noise.c
index fdab263ea6a144503168058a55c51c7ff02c3ba8..bb024b50121feea730de8a3934064889d4323f29 100644
(file)
--- 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;