style cleanup

This commit is contained in:
2012-06-25 07:24:48 +00:00
parent f6337a2843
commit 15cb064e1b
11 changed files with 27 additions and 25 deletions

View File

@@ -178,7 +178,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
return derivedData;
}
/* verthash gives mapping from original vertex indicies to the new indices (including selected matches only)
/* verthash gives mapping from original vertex indices to the new indices (including selected matches only)
* key=oldindex, value=newindex
*/
vertHash = BLI_ghash_int_new("mask vert gh");