mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
Revert accidental edit to progs/demos/lodbias.
*puts yet another paper bag over head*
This commit is contained in:
parent
0918023c28
commit
543893eefd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue