diff --git a/RecastDemo/Source/MeshLoaderObj.cpp b/RecastDemo/Source/MeshLoaderObj.cpp index 8b44127..38e6c4c 100644 --- a/RecastDemo/Source/MeshLoaderObj.cpp +++ b/RecastDemo/Source/MeshLoaderObj.cpp @@ -99,6 +99,7 @@ static char* parseRow(char* buf, char* bufEnd, char* row, int len) case '\t': case ' ': if (start) break; + // else falls through default: start = false; row[n++] = c;