瀏覽代碼

Fix identation

Fabian Herb 9 年之前
父節點
當前提交
7b08233ef2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/C4DImporter.cpp

+ 1 - 1
code/C4DImporter.cpp

@@ -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 {