Merge pull request #1073 from elect86/patch-2

Update STLLoader.cpp
pull/1074/head
Kim Kulling 2016-11-20 17:51:16 +01:00 committed by GitHub
commit 86dd83cced
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ void STLImporter::LoadASCIIFile()
} }
else pScene->mRootNode->mName.Set("<STL_ASCII>"); else pScene->mRootNode->mName.Set("<STL_ASCII>");
unsigned int faceVertexCounter = 0; unsigned int faceVertexCounter = 3;
for ( ;; ) for ( ;; )
{ {
// go to the next token // go to the next token