mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: coordinates
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e0d7a82844
commit
2a7d5ceaa4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void graphics_private_draw_horizontal_line_prepared(GContext *ctx, GBitmap *fram
|
||||||
|
|
||||||
void graphics_private_draw_horizontal_line_integral(GContext *ctx, GBitmap *framebuffer, int16_t y,
|
void graphics_private_draw_horizontal_line_integral(GContext *ctx, GBitmap *framebuffer, int16_t y,
|
||||||
int16_t x1, int16_t x2, GColor color) {
|
int16_t x1, int16_t x2, GColor color) {
|
||||||
// This is a wrapper for prv_draw_horizontal_line_raw for integral coordintaes
|
// This is a wrapper for prv_draw_horizontal_line_raw for integral coordinates
|
||||||
|
|
||||||
// End of the line is inclusive so we subtract one
|
// End of the line is inclusive so we subtract one
|
||||||
x2--;
|
x2--;
|
||||||
|
|
Loading…
Add table
Reference in a new issue