Fix identation

pull/931/head
Fabian Herb 2016-07-01 17:08:28 +02:00
parent 3c7dd2b302
commit 7b08233ef2
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ aiMesh* C4DImporter::ReadMesh(BaseObject* object)
// copy normals
if (normals_src) {
if(i >= normals_src->GetDataCount()) {
if(i >= normals_src->GetDataCount()) {
LogError("unexpected number of normals, ignoring");
}
else {