summaryrefslogtreecommitdiffstats
path: root/src/glu
diff options
context:
space:
mode:
authorBrice Goglin <[email protected]>2008-06-17 19:54:47 +0200
committerBrice Goglin <[email protected]>2008-06-17 19:54:47 +0200
commit3d6aa2e06f91475c647ace09a065eec139d6c238 (patch)
tree0cc5e3c679f4a68393cee9175f8a372b6e990165 /src/glu
parent03970183fc9998bcdee9389830493a0b2dcda8d2 (diff)
parent718724deeb23099ee74ee3a3dc23d2447d004f02 (diff)
Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa into debian-unstable
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/libutil/quad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/sgi/libutil/quad.c b/src/glu/sgi/libutil/quad.c
index e604539c82f..1ae7442c80a 100644
--- a/src/glu/sgi/libutil/quad.c
+++ b/src/glu/sgi/libutil/quad.c
@@ -713,8 +713,8 @@ gluSphere(GLUquadric *qobj, GLdouble radius, GLint slices, GLint stacks)
GLfloat cosCache3b[CACHE_SIZE];
GLfloat angle;
GLfloat zLow, zHigh;
- GLfloat sintemp1, sintemp2, sintemp3 = 0.0, sintemp4 = 0.0;
- GLfloat costemp1, costemp2 = 0.0, costemp3 = 0.0, costemp4 = 0.0;
+ GLfloat sintemp1 = 0.0, sintemp2 = 0.0, sintemp3 = 0.0, sintemp4 = 0.0;
+ GLfloat costemp1 = 0.0, costemp2 = 0.0, costemp3 = 0.0, costemp4 = 0.0;
GLboolean needCache2, needCache3;
GLint start, finish;