Code Cleanup: use less confusing names for selection flushing.

This commit is contained in:
2012-02-10 03:03:42 +00:00
parent e57bb8081a
commit d7b8e7e9bc
10 changed files with 48 additions and 45 deletions

View File

@@ -155,7 +155,7 @@ static void select_editbmesh_hook(Object *ob, HookModifierData *hmd)
nr++;
}
EDBM_selectmode_flush(em);
EDBM_select_flush(em);
}
static int return_editlattice_indexar(Lattice *editlatt, int *tot, int **indexar, float *cent)