From 843224ca35910594921ac8e056afdb84ad6aa9e4 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 7 Aug 2021 14:14:16 +0200 Subject: [PATCH] oops.. correct Mesh file parse --- Mesh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh.cpp b/Mesh.cpp index 8d75bf9..e709f84 100644 --- a/Mesh.cpp +++ b/Mesh.cpp @@ -263,6 +263,7 @@ bool parsePLY(string ascii, break; default: // ignore normals or other types + value = parseValue(stringstream); break; } }