From adc7da1be72e0824a0365209956662c8a92cd6d0 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 21 Jul 2020 14:46:39 +0200 Subject: [PATCH] fix typo --- .../demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp index d77a3fbce64..bcb3fcebfcc 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp @@ -1782,7 +1782,7 @@ private: maxBox = *(end-1); dock_widget->minBox->setValue(minBox); dock_widget->maxBox->setValue(maxBox); - //fill v:color pmap + //fill f:color pmap SMesh::Property_map fcolors = smesh.add_property_map("f:color", CGAL::Color()).first;