[gvar] Return gracefully even if gvar wasn't used at all
This commit is contained in:
parent
346ab9884b
commit
197e2e929b
@ -574,7 +574,7 @@ struct gvar
|
||||
gvar_table->axisCount,
|
||||
shared_indices,
|
||||
&iterator))
|
||||
return false;
|
||||
return true; /* so isn't applied at all */
|
||||
|
||||
/* Save original points for inferred delta calculation */
|
||||
contour_point_vector_t orig_points;
|
||||
|
Loading…
Reference in New Issue
Block a user