From 7befd59de4398d1aae9f1e9af5af5782545ba723 Mon Sep 17 00:00:00 2001 From: Holden Green Date: Wed, 4 Jul 2018 21:59:56 -0700 Subject: [PATCH] Removed comment --- tiny_obj_loader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index 4dcbe90..06bb03a 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -1043,11 +1043,10 @@ static bool exportGroupsToShape(shape_t *shape, size_t npolys = face.vertex_indices.size(); - /* if (npolys < 3) { // Face must have 3+ vertices. continue; - }*/ + } vertex_index_t i0 = face.vertex_indices[0]; vertex_index_t i1(-1);