Fixed typo
This commit is contained in:
parent
72a80ee8cd
commit
876c4882a3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user