clean up code

This commit is contained in:
Alexandra Heuschling
2021-01-18 16:02:31 +01:00
parent f46f4b2348
commit cc75d6a040
2 changed files with 3 additions and 12 deletions

View File

@@ -353,7 +353,7 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be,
bytes += store(_os, chunk_header, swap);
int nHE;
unsigned int nHE;
for (i = 0, nHE = header.n_edges_*2; i < nHE; ++i)
bytes += vector_store(_os, _be.texcoord(HalfedgeHandle(i)), swap);