Updates for new use of GLushort instead of osg::ushort in GeoSet index pointer.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user