Fix in hook menu; "select" option only worked in vertex selectmode.

This commit is contained in:
2004-12-19 18:38:17 +00:00
parent 302dc94b7a
commit c8e4dd0e3a

View File

@@ -329,6 +329,7 @@ static void select_editmesh_hook(ObHook *hook)
if(index < hook->totindex-1) index++;
}
}
EM_select_flush();
}
int return_editlattice_indexar(int **indexar, float *cent)