mirror of
https://github.com/google/pebble.git
synced 2025-05-01 15:51:40 -04:00
spelling: scanlines
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
93135f6c5a
commit
173bdadc3a
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ static void prv_fill_oval_precise(GContext *ctx, GPointPrecise center,
|
|||
|
||||
// Range for scanline, since scanlines are mirrored from the middle of the circle this is also
|
||||
// indicated from the middle, therefore initialised with 0 (as middle) and
|
||||
// radius_y (as scalines are on y axis)
|
||||
// radius_y (as scanlines are on y axis)
|
||||
int draw_min = 0;
|
||||
int draw_max = radius_outer_y.integer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue