Commit b0ccc2f5 authored by bitplane's avatar bitplane

Typo in tangent mesh loading code, thanks pc0de

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1425 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 63e4360f
...@@ -255,7 +255,7 @@ IMeshBuffer* CIrrMeshFileLoader::readMeshBuffer(io::IXMLReader* reader) ...@@ -255,7 +255,7 @@ IMeshBuffer* CIrrMeshFileLoader::readMeshBuffer(io::IXMLReader* reader)
if (sbuffer2) if (sbuffer2)
readIndices(reader, indexCount, sbuffer2->Indices); readIndices(reader, indexCount, sbuffer2->Indices);
else else
if (sbuffer2) if (sbuffer3)
readIndices(reader, indexCount, sbuffer3->Indices); readIndices(reader, indexCount, sbuffer3->Indices);
insideIndexSection = false; insideIndexSection = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment