oops.. correct Mesh file parse

This commit is contained in:
Bruno
2021-08-07 14:14:16 +02:00
parent e47e76962b
commit 843224ca35

View File

@@ -263,6 +263,7 @@ bool parsePLY(string ascii,
break;
default:
// ignore normals or other types
value = parseValue<float>(stringstream);
break;
}
}