2
0
Fabian Herb 9 жил өмнө
parent
commit
7b08233ef2

+ 1 - 1
code/C4DImporter.cpp

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