Code: Select all
Index: source/Irrlicht/CIrrMeshFileLoader.cpp
===================================================================
--- source/Irrlicht/CIrrMeshFileLoader.cpp (revision 1422)
+++ source/Irrlicht/CIrrMeshFileLoader.cpp (working copy)
@@ -255,7 +255,7 @@
if (sbuffer2)
readIndices(reader, indexCount, sbuffer2->Indices);
else
- if (sbuffer2)
+ if (sbuffer3)
readIndices(reader, indexCount, sbuffer3->Indices);
insideIndexSection = false;