From a4bda3a205ddb75728016b3dd7eaa525a135d200 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 9 Jun 2019 21:25:25 +0200 Subject: [PATCH] Update XFileParser.cpp Test --- code/XFileParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/XFileParser.cpp b/code/XFileParser.cpp index d0998e9c8..caccc7fad 100644 --- a/code/XFileParser.cpp +++ b/code/XFileParser.cpp @@ -595,7 +595,7 @@ void XFileParser::ParseDataObjectMeshNormals( Mesh* pMesh) // do not crah when no face definitions are there if (numFaces == 0) { - TestForSeparator(); + //TestForSeparator(); CheckForClosingBrace(); return; }