Fixed warning in Tesselation w.r.t unhandled cases in switch statement
This commit is contained in:
@@ -344,6 +344,9 @@ void Tesselator::retesselatePolygons(osg::Geometry& geom)
|
||||
case osg::Array::Vec3ArrayType:
|
||||
cols3=dynamic_cast<osg::Vec3Array *> (colours);
|
||||
break;
|
||||
default:
|
||||
// not handled cases
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user