2
0
Эх сурвалжийг харах

Fix warning related to unreachable-code.

Signed-off-by: Jackie9527 <[email protected]>
Jackie9527 2 жил өмнө
parent
commit
1dcb5da1cd

+ 0 - 1
code/AssetLib/B3D/B3DImporter.cpp

@@ -418,7 +418,6 @@ void B3DImporter::ReadTRIS(int v0) {
             ASSIMP_LOG_ERROR("Bad triangle index: i0=", i0, ", i1=", i1, ", i2=", i2);
 #endif
             Fail("Bad triangle index");
-            continue;
         }
         face->mNumIndices = 3;
         face->mIndices = new unsigned[3];