Solaris fix.

This commit is contained in:
ehofman
2005-01-15 14:22:56 +00:00
parent 77ec170a50
commit f89e359d53

View File

@@ -512,7 +512,7 @@ static GLfloat idata[12][3] =
{-Z, -X, 0}
};
static int index[20][3] =
static int iindex[20][3] =
{
{0, 4, 1},
{0, 9, 4},
@@ -542,7 +542,7 @@ icosahedron(GLenum shadeType)
int i;
for (i = 19; i >= 0; i--) {
drawtriangle(i, idata, index, shadeType);
drawtriangle(i, idata, iindex, shadeType);
}
}