diff options
author | Corbin Simpson <[email protected]> | 2008-06-29 10:29:32 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2008-06-29 10:32:19 -0700 |
commit | 543893eefdc82ecd21e346320e89a471c5c12158 (patch) | |
tree | 43862ffbe7a38522672164280ca77dc2aade8c2f /progs | |
parent | 0918023c28775ef6126e9f695a976ff199cd9a13 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/lodbias.c b/progs/demos/lodbias.c index 28215d46c07..c5a2a1b4573 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; |