Removed throw.

This commit is contained in:
Robert Osfield
2009-11-16 14:58:31 +00:00
parent d4c58cf1a1
commit 03e95d97f1
2 changed files with 3 additions and 4 deletions

View File

@@ -497,7 +497,7 @@ bool GLBufferObjectSet::checkConsistency() const
osg::notify(osg::NOTICE)<<" _orphanedGLBufferObjects.size() = "<<_orphanedGLBufferObjects.size()<<std::endl;
osg::notify(osg::NOTICE)<<" _pendingOrphanedGLBufferObjects.size() = "<<_pendingOrphanedGLBufferObjects.size()<<std::endl;
osg::notify(osg::NOTICE)<<" _numOfGLBufferObjects = "<<_numOfGLBufferObjects<<std::endl;
throw "Error numInList + _orphanedGLBufferObjects.size() != _numOfGLBufferObjects";
return false;
}
return true;