summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2008-06-29 10:29:32 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2008-06-29 10:32:19 -0700
commit543893eefdc82ecd21e346320e89a471c5c12158 (patch)
tree43862ffbe7a38522672164280ca77dc2aade8c2f /progs
parent0918023c28775ef6126e9f695a976ff199cd9a13 (diff)
Revert accidental edit to progs/demos/lodbias.
*puts yet another paper bag over head*
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/lodbias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/lodbias.c b/progs/demos/lodbias.c
index 28215d46c0..c5a2a1b457 100644
--- a/progs/demos/lodbias.c
+++ b/progs/demos/lodbias.c
@@ -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;