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:
@@ -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
2
hecl
Submodule hecl updated: 30dd74476e...966ec1ab33
Reference in New Issue
Block a user