From 33ad8d8cb00d4b8553d1ba5980e45b0cb0b348b5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Mar 2003 09:29:06 +0000 Subject: [PATCH] From Tree, ushort renamed GLushort --- include/osg/GeoSet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/GeoSet b/include/osg/GeoSet index bfb2f57a3..cc45064bf 100644 --- a/include/osg/GeoSet +++ b/include/osg/GeoSet @@ -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 ) {