Fix finding dummy edge pairs

This commit is contained in:
hasufell 2014-05-19 18:14:04 +02:00
parent 4c20bca7e9
commit 6e31ec91fd
1 changed files with 0 additions and 1 deletions

View File

@ -415,7 +415,6 @@ static void assemble_HE_stage3(HE_obj *he_obj)
for (uint32_t j = 0; j < vert->acc->dc; j++) {
if (vert == vert->acc->dummys[j]->vert)
edges[ec + i].next = vert->acc->dummys[j];
j++;
}
}