Change tolerance from float to double.

pull/4693/head
Garret Rieger 10 months ago
parent 36e82fd5b3
commit e81c8c1312
  1. 2
      src/hb-ot-var-common.hh

@ -1031,7 +1031,7 @@ struct tuple_delta_t
bool optimize (const contour_point_vector_t& contour_points,
bool is_composite,
float tolerance = 0.5f)
double tolerance = 0.5)
{
unsigned count = contour_points.length;
if (deltas_x.length != count ||

Loading…
Cancel
Save