[gvar] Return gracefully even if gvar wasn't used at all

This commit is contained in:
Ebrahim Byagowi 2020-02-24 08:53:53 +03:30
parent 346ab9884b
commit 197e2e929b
1 changed files with 1 additions and 1 deletions

View File

@ -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;