commit | b261ed1f613dc8c13c69d8770afd6cb9ebec3cca | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 15 10:23:14 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 15 10:54:57 2008 -0600 |
tree | b78e1cb610ea4e91973856edfab786b36026a19d | |
parent | 13f46fa1b9c3009395a0d7f30ebef127f5937451 [diff] [blame] |
mesa: revert accidental change to fslight.c demo
diff --git a/progs/demos/fslight.c b/progs/demos/fslight.c index c7931f4..e79b5cc 100644 --- a/progs/demos/fslight.c +++ b/progs/demos/fslight.c
@@ -45,7 +45,7 @@ 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;