style cleanup
- spelling - turns out we had tessellation spelt wrong all over. - use \directive for doxy (not @directive) - remove BLI_sparsemap.h - was from bmesh merge IIRC but entire file commented and not used.
This commit is contained in:
@@ -312,7 +312,7 @@ static int binarysearch_fcm_envelopedata_index (FCM_EnvelopeData array[], float
|
||||
int start=0, end=arraylen;
|
||||
int loopbreaker= 0, maxloop= arraylen * 2;
|
||||
|
||||
/* initialise exists-flag first */
|
||||
/* initialize exists-flag first */
|
||||
*exists= 0;
|
||||
|
||||
/* sneaky optimisations (don't go through searching process if...):
|
||||
|
||||
Reference in New Issue
Block a user