Mesa (gallium-0.2): mesa: revert accidental change to fslight.c demo

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 15 17:00:03 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: b261ed1f613dc8c13c69d8770afd6cb9ebec3cca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b261ed1f613dc8c13c69d8770afd6cb9ebec3cca

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Oct 15 10:23:14 2008 -0600

mesa: revert accidental change to fslight.c demo

---

 progs/demos/fslight.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 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;
 




More information about the mesa-commit mailing list