fix some typos

This commit is contained in:
wmayer
2016-09-27 19:26:45 +02:00
parent 17476b25dc
commit 81a6d4f4cc
5 changed files with 42 additions and 42 deletions

View File

@@ -851,7 +851,7 @@ void MeshObject::offsetSpecial2(float fSize)
}
}
// if there no flipped triangels -> stop
// if there are no flipped triangles -> stop
//int f =fliped.size();
if (fliped.size() == 0)
break;