From 876c4882a37761fc04203af5b4591f10d01b5567 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Jun 2016 10:50:11 +0100 Subject: [PATCH] Fixed typo --- src/osgPlugins/OpenFlight/expGeometryRecords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/OpenFlight/expGeometryRecords.cpp b/src/osgPlugins/OpenFlight/expGeometryRecords.cpp index 0efa055e5..3edeeb72f 100644 --- a/src/osgPlugins/OpenFlight/expGeometryRecords.cpp +++ b/src/osgPlugins/OpenFlight/expGeometryRecords.cpp @@ -962,7 +962,7 @@ FltExportVisitor::handleDrawArrays( const osg::DrawArrays* da, const osg::Geomet void FltExportVisitor::handleDrawArrayLengths( const osg::DrawArrayLengths* dal, const osg::Geometry& geom, const osg::Geode& geode ) { - if (!da;) + if (!dal) { OSG_WARN<<"fltexp: Invalid DrawArrayLengths pointer"<