r300: Fix new incarnation of bug 3195.

tests/bug_3195 doesn't render right, but at least it doesn't segfault this way.
This commit is contained in:
Corbin Simpson
2008-06-16 01:21:42 -07:00
parent 1738a9a535
commit 588abd6696
3 changed files with 16 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
static GLfloat Xrot = 0, Yrot = -30, Zrot = 0;
static GLboolean Anim = GL_TRUE;
static GLint Bias = 0, BiasStepSign = +1; /* ints avoid fp precision problem */
static GLint Bias = 4, BiasStepSign = +1; /* ints avoid fp precision problem */
static GLint BiasMin = -400, BiasMax = 400;