mirror of
https://github.com/google/pebble.git
synced 2025-05-24 20:24:53 +00:00
spelling: compatibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2967f60ffc
commit
6dd10b1640
3 changed files with 3 additions and 3 deletions
|
@ -1211,7 +1211,7 @@ MOCKABLE void graphics_draw_arc_precise_internal(GContext *ctx, GPointPrecise ce
|
|||
center.x.raw_value -= center.x.raw_value % (FIXED_S16_3_ONE.raw_value / 2);
|
||||
center.y.raw_value -= center.y.raw_value % (FIXED_S16_3_ONE.raw_value / 2);
|
||||
|
||||
// To maintain compability we have to adjust from integral points where given point means
|
||||
// To maintain compatibility we have to adjust from integral points where given point means
|
||||
// center of the point
|
||||
center.x.raw_value += 4;
|
||||
center.y.raw_value += 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue