2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

MS STL iteration fix

This commit is contained in:
Jack Andersen
2016-01-19 12:13:36 -10:00
parent b53a1d30b2
commit 6e25e08273
2 changed files with 5 additions and 1 deletions

View File

@@ -396,6 +396,10 @@ bool ReadMAPAToBlender(HECL::BlenderConnection& conn,
}
flip ^= 1;
/* Break if done */
if (iit == prim.indices.cend())
break;
bool peek = (v >= prim.indexCount - 3);
/* Advance one prim vert */

2
hecl

Submodule hecl updated: 30dd74476e...966ec1ab33