Fix identation
parent
3c7dd2b302
commit
7b08233ef2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue