From 1a2162ad8540a9d8f62740deb2e2de7b77cd56c4 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 23 Jun 2016 11:14:38 -0400 Subject: [PATCH] Expand comment --- lib/obj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obj.js b/lib/obj.js index 1320adf..504ab68 100644 --- a/lib/obj.js +++ b/lib/obj.js @@ -172,7 +172,7 @@ function processObj(objFile, info, materials, images, done) { line = line.trim(); var result; if ((line.length === 0) || (line.charAt(0) === '#')) { - // Nothing to process + // Don't process empty lines or comments } else if ((result = vertexPattern.exec(line)) !== null) { positions.push( parseFloat(result[1]),