From 27f149ce05533d8648c9ba51c7e138f06eb3e595 Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Thu, 21 Jan 2010 14:45:31 +0000 Subject: [PATCH] Adapted copied comment. git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@261 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/IO/Options.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/IO/Options.hh b/src/OpenMesh/Core/IO/Options.hh index e9210db6..da1313a5 100644 --- a/src/OpenMesh/Core/IO/Options.hh +++ b/src/OpenMesh/Core/IO/Options.hh @@ -102,7 +102,7 @@ public: VertexNormal = 0x00010, ///< Has (r) / store (w) vertex normals VertexColor = 0x00020, ///< Has (r) / store (w) vertex colors VertexTexCoord = 0x00040, ///< Has (r) / store (w) texture coordinates - EdgeColor = 0x00100, ///< Has (r) / store (w) texture coordinates + EdgeColor = 0x00100, ///< Has (r) / store (w) edge colors FaceNormal = 0x01000, ///< Has (r) / store (w) face normals FaceColor = 0x02000, ///< Has (r) / store (w) face colors ColorAlpha = 0x04000 ///< Has (r) / store (w) alpha values for colors