From 5e22249c96a1a7b1f7ee3a68e16df1c646738bb8 Mon Sep 17 00:00:00 2001 From: malomo Date: Wed, 19 Feb 2014 18:58:06 +0000 Subject: [PATCH] --- wrap/io_trimesh/import_obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_obj.h b/wrap/io_trimesh/import_obj.h index 0b767f85..b88ebc3d 100644 --- a/wrap/io_trimesh/import_obj.h +++ b/wrap/io_trimesh/import_obj.h @@ -263,7 +263,7 @@ namespace vcg { int numVerticesPlusFaces = oi.numVertices + oi.numFaces; int extraTriangles=0; - // vertices and faces allocatetion + // vertices and faces allocation VertexIterator vi = vcg::tri::Allocator::AddVertices(m,oi.numVertices); //FaceIterator fi = Allocator::AddFaces(m,oi.numFaces); std::vector vertexColorVector;