Fixed typo

This commit is contained in:
Robert Osfield 2016-06-30 10:50:11 +01:00
parent 72a80ee8cd
commit 876c4882a3

View File

@ -962,7 +962,7 @@ FltExportVisitor::handleDrawArrays( const osg::DrawArrays* da, const osg::Geomet
void void
FltExportVisitor::handleDrawArrayLengths( const osg::DrawArrayLengths* dal, const osg::Geometry& geom, const osg::Geode& geode ) FltExportVisitor::handleDrawArrayLengths( const osg::DrawArrayLengths* dal, const osg::Geometry& geom, const osg::Geode& geode )
{ {
if (!da;) if (!dal)
{ {
OSG_WARN<<"fltexp: Invalid DrawArrayLengths pointer"<<std::endl; OSG_WARN<<"fltexp: Invalid DrawArrayLengths pointer"<<std::endl;
return; return;