[gvar] Skip degenerate all-untouched delta-sets
This commit is contained in:
parent
656bb223f1
commit
44be8ef4ce
|
@ -636,7 +636,7 @@ struct gvar
|
||||||
}
|
}
|
||||||
|
|
||||||
/* infer deltas for unreferenced points */
|
/* infer deltas for unreferenced points */
|
||||||
if (ref_points < orig_points.length)
|
if (ref_points && ref_points < orig_points.length)
|
||||||
{
|
{
|
||||||
unsigned start_point = 0;
|
unsigned start_point = 0;
|
||||||
for (unsigned c = 0; c < end_points.length; c++)
|
for (unsigned c = 0; c < end_points.length; c++)
|
||||||
|
|
Loading…
Reference in New Issue