projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0918023
)
Revert accidental edit to progs/demos/lodbias.
author
Corbin Simpson
<MostAwesomeDude@gmail.com>
Sun, 29 Jun 2008 17:29:32 +0000
(10:29 -0700)
committer
Corbin 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
patch
|
blob
|
history
diff --git
a/progs/demos/lodbias.c
b/progs/demos/lodbias.c
index 28215d46c07217e62ef3fad228fca12df887a349..c5a2a1b457315f99530692e4d1781d781ae4df47 100644
(file)
--- 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;