Fix identation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user