diff --git a/code/STLLoader.cpp b/code/STLLoader.cpp index c2cffdb03..0571e542b 100644 --- a/code/STLLoader.cpp +++ b/code/STLLoader.cpp @@ -274,7 +274,7 @@ void STLImporter::LoadASCIIFile() } else pScene->mRootNode->mName.Set(""); - unsigned int faceVertexCounter = 0; + unsigned int faceVertexCounter = 3; for ( ;; ) { // go to the next token