Updates for new use of GLushort instead of osg::ushort in GeoSet index pointer.

This commit is contained in:
Robert Osfield
2002-07-10 22:38:02 +00:00
parent 5d18f0ee11
commit 54c27e36bf
3 changed files with 11 additions and 11 deletions

View File

@@ -348,7 +348,7 @@ pfGeoSet* ConvertToPerformer::visitGeoSet(osg::GeoSet* geoset)
}
osg::Vec3 *coords = geoset->getCoords();
osg::ushort *ilist = cindex._ptr._ushort;
GLushort *ilist = cindex._ptr._ushort;
// copy the vertex coordinates across.
if( coords )