From 3809df70894ad2401d95b0138c1433d49afe2e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 15 Jul 2010 06:41:48 +0000 Subject: [PATCH] Fixed another typo git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@332 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/tutorial_05.docu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial_05.docu b/Doc/tutorial_05.docu index 05b32e73..824d1e90 100644 --- a/Doc/tutorial_05.docu +++ b/Doc/tutorial_05.docu @@ -192,7 +192,7 @@ the desired property, and the set-methods require an additional parameter to pass the new value to the property. According to the table not every pair of get/set-methods apply to every entity. For example a face has normally no texture coordinates, hence a call to \c -mesh.texcoord( _face_handle ) will result in an error when compiling +mesh.texcoord2D( _face_handle ) will result in an error when compiling the code. Since we know how to add/remove/access standard properties, one further