From Roger James, bug fix to counting of number geode with drawables

This commit is contained in:
Robert Osfield
2007-06-29 16:00:53 +00:00
parent 7d2efa886d
commit 0ee2466f23

View File

@@ -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;