From Tree, ushort renamed GLushort

This commit is contained in:
Robert Osfield
2003-03-18 09:29:06 +00:00
parent 96b72af169
commit 33ad8d8cb0

View File

@@ -647,7 +647,7 @@ void for_each_triangle(GeoSet& gset,T& op)
if (primLength>0)
{
const Vec3& start = vptr[*(iptr)];
ushort* iend = iptr+primLength;
GLushort* iend = iptr+primLength;
++iptr;
for(int j = 2; j < primLength; ++j )
{