瀏覽代碼

Raw: Fix misleading indentation warning

Turo Lamminen 8 年之前
父節點
當前提交
d24e0d44b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/RawLoader.cpp

+ 1 - 1
code/RawLoader.cpp

@@ -260,7 +260,7 @@ void RAWImporter::InternReadFile( const std::string& pFile,
             node = *cc = new aiNode();
             node->mParent = pScene->mRootNode;
         }
-        else node = *cc;++cc;
+        else node = *cc;
         node->mName.Set(outGroup.name);
 
         // add all meshes