From Mathias Froehlich, build fixes for various unices

This commit is contained in:
Robert Osfield
2008-06-26 12:08:37 +00:00
parent c32ee85d3d
commit 260d0d384f
3 changed files with 3 additions and 2 deletions

View File

@@ -383,7 +383,7 @@ QueryGeometry::drawImplementation( osg::RenderInfo& renderInfo ) const
"oagOQ: QG: Querying for: " << _oqnName << std::endl;
ext->glBeginQuery( GL_SAMPLES_PASSED_ARB, tr->_id );
Geometry::drawImplementation( renderInfo );
osg::Geometry::drawImplementation( renderInfo );
ext->glEndQuery( GL_SAMPLES_PASSED_ARB );
tr->_active = true;