Fixes for IRIX build.

This commit is contained in:
Robert Osfield
2002-07-09 10:23:48 +00:00
parent 0c943945f7
commit aca7f7b216
4 changed files with 9 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ bool Geometry_readLocalData(Object& obj, Input& fr)
if (colors)
{
geom.setColorArray(colors);
iteratorAdvanced++;
iteratorAdvanced = true;
}
}
@@ -167,7 +167,7 @@ bool Geometry_readLocalData(Object& obj, Input& fr)
if (texcoords)
{
geom.setTexCoordArray(unit,texcoords);
iteratorAdvanced++;
iteratorAdvanced = true;
}
}