diff options
author | Brian Paul <[email protected]> | 2008-10-15 10:23:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-15 10:54:57 -0600 |
commit | b261ed1f613dc8c13c69d8770afd6cb9ebec3cca (patch) | |
tree | b78e1cb610ea4e91973856edfab786b36026a19d /progs | |
parent | 13f46fa1b9c3009395a0d7f30ebef127f5937451 (diff) |
mesa: revert accidental change to fslight.c demo
Diffstat (limited to 'progs')
-rw-r--r-- | 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 c7931f4697e..e79b5cc1970 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; |