Revert accidental edit to progs/demos/lodbias.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Sun, 29 Jun 2008 17:29:32 +0000 (10:29 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Sun, 29 Jun 2008 17:32:19 +0000 (10:32 -0700)
*puts yet another paper bag over head*

progs/demos/lodbias.c

index 28215d46c07217e62ef3fad228fca12df887a349..c5a2a1b457315f99530692e4d1781d781ae4df47 100644 (file)
@@ -40,7 +40,7 @@
 
 static GLfloat Xrot = 0, Yrot = -30, Zrot = 0;
 static GLboolean Anim = GL_TRUE;
-static GLint Bias = 4, BiasStepSign = +1; /* ints avoid fp precision problem */
+static GLint Bias = 0, BiasStepSign = +1; /* ints avoid fp precision problem */
 static GLint BiasMin = -400, BiasMax = 400;