Cleanup: corrections, clarification to do comments

This commit is contained in:
2023-01-20 15:20:02 +11:00
parent 844cca9984
commit 1e8cc72f85
5 changed files with 5 additions and 5 deletions

View File

@@ -392,7 +392,7 @@ Mesh *MOD_solidify_extrude_modifyMesh(ModifierData *md, const ModifierEvalContex
&result->edata, CD_BWEIGHT, CD_SET_DEFAULT, nullptr, result->totedge));
}
/* initializes: (i_end, do_shell_align, mv). */
/* Initializes: (`i_end`, `do_shell_align`, `vert_index`). */
#define INIT_VERT_ARRAY_OFFSETS(test) \
if (((ofs_new >= ofs_orig) == do_flip) == test) { \
i_end = verts_num; \