projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f46fa
)
mesa: revert accidental change to fslight.c demo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 15 Oct 2008 16:23:14 +0000
(10:23 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 15 Oct 2008 16:54:57 +0000
(10:54 -0600)
progs/demos/fslight.c
patch
|
blob
|
history
diff --git
a/progs/demos/fslight.c
b/progs/demos/fslight.c
index c7931f4697ef723a891648d3a674019a03a8c266..e79b5cc1970c1e802c2b42f647c436451113726f 100644
(file)
--- a/
progs/demos/fslight.c
+++ b/
progs/demos/fslight.c
@@
-45,7
+45,7
@@
static GLint uTexture;
static GLuint SphereList, RectList, CurList;
static GLint win = 0;
-static GLboolean anim =
0*
GL_TRUE;
+static GLboolean anim = GL_TRUE;
static GLboolean wire = GL_FALSE;
static GLboolean pixelLight = GL_TRUE;