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

@@ -718,7 +718,7 @@ osg::Drawable* ConvertFromPerformer::visitGeoSet(osg::Geode* osgGeode,pfGeoSet*
}
osg::StateSet* ConvertFromPerformer::visitGeoState(osg:Drawable* osgDrawable,pfGeoState* geostate)
osg::StateSet* ConvertFromPerformer::visitGeoState(osg::Drawable* osgDrawable,pfGeoState* geostate)
{
if (geostate==NULL) return NULL;
@@ -732,7 +732,7 @@ osg::StateSet* ConvertFromPerformer::visitGeoState(osg:Drawable* osgDrawable,pfG
osgStateSet = new osg::StateSet;
if (osgDrawable) osgDrawable->setStateSet(osgStateSet);
regisiterPfObjectForOsgObject(geostate,osgStateSet);
registerPfObjectForOsgObject(geostate,osgStateSet);
// Don could you fill in some of these blanks???
unsigned int inherit = geostate->getInherit();