Fixed build issues when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is set to OFF
This commit is contained in:
@@ -332,7 +332,7 @@ QueryGeometry::drawImplementation( osg::RenderInfo& renderInfo ) const
|
||||
OSG_FATAL << "osgOQ: QG: Invalid RQCB." << std::endl;
|
||||
return;
|
||||
}
|
||||
rqcb->add( tr );
|
||||
rqcb->add( tr.get() );
|
||||
|
||||
OSG_DEBUG <<
|
||||
"osgOQ: QG: Querying for: " << _oqnName << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user