From Roger James, bug fix to counting of number geode with drawables
This commit is contained in:
@@ -142,9 +142,9 @@ class ReaderWriterAC : public osgDB::ReaderWriter
|
||||
if (NULL != pGeometry)
|
||||
iNumGeometries++;
|
||||
}
|
||||
if (iNumGeometries > 0)
|
||||
iNumGeodesWithGeometry++;
|
||||
}
|
||||
if (iNumGeometries > 0)
|
||||
iNumGeodesWithGeometry++;
|
||||
}
|
||||
// output the Geometry
|
||||
unsigned int nfirstmat=0;
|
||||
|
||||
Reference in New Issue
Block a user