Fix mistake in recent font cleanup

7ff7a9c8fd missed incrementing the pointer used for initializing.
This commit is contained in:
Campbell Barton 2020-09-03 20:14:06 +10:00
parent c8b84a13a5
commit 09f966ad16
1 changed files with 1 additions and 0 deletions

View File

@ -1261,6 +1261,7 @@ static bool vfont_to_curve(Object *ob,
ct = chartransdata;
minx = maxx = ct->xof;
ct++;
for (i = 1; i <= slen; i++, ct++) {
if (minx > ct->xof) {
minx = ct->xof;