From fb98275f50bb0bb66146184dbc253b1285a40573 Mon Sep 17 00:00:00 2001 From: Stinkfist0 Date: Sat, 6 Aug 2016 19:08:13 +0300 Subject: [PATCH] Typo fix. --- src/ifcgeom/IfcGeomIteratorSettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomIteratorSettings.h b/src/ifcgeom/IfcGeomIteratorSettings.h index ae751aecbc..6c3608dc6b 100644 --- a/src/ifcgeom/IfcGeomIteratorSettings.h +++ b/src/ifcgeom/IfcGeomIteratorSettings.h @@ -88,7 +88,7 @@ namespace IfcGeom /// Generates UVs by using simple box projection. Requires normals. /// Applicable only for DAE output currently. GENERATE_UVS = 1 << 16, - /// Specifies whether to slide representations according to associated IfcLayerSets. + /// Specifies whether to slice representations according to associated IfcLayerSets. APPLY_LAYERSETS = 1 << 17, /// Number of different setting flags. NUM_SETTINGS = 17