use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.

This commit is contained in:
2012-12-12 05:27:52 +00:00
parent 3d69dbd44a
commit cf723e5e7c
13 changed files with 80 additions and 78 deletions

View File

@@ -375,7 +375,7 @@ static Object *createRepresentation(bContext *C, struct recast_polyMesh *pmesh,
BM_vert_create(em->bm, co, NULL, 0);
}
EDBM_index_arrays_init(em, 1, 0, 0);
EDBM_index_arrays_init(em, BM_VERT);
/* create faces */
for (j = 0; j < trinum; j++) {