mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: accompanied
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b60d61e5e1
commit
643abbfcf3
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ T_STATIC void graphics_circle_quadrant_draw_1px_aa(GContext* ctx, GPoint p, uint
|
||||||
// Note: magic numbers explained in main comment for this function
|
// Note: magic numbers explained in main comment for this function
|
||||||
int special_case_pixels = 3;
|
int special_case_pixels = 3;
|
||||||
|
|
||||||
// Acommpanied by magic number 7 (not 6, we increased radius at beginning of this function)
|
// Accompanied by magic number 7 (not 6, we increased radius at beginning of this function)
|
||||||
if (radius < 7) {
|
if (radius < 7) {
|
||||||
// And sometimes magic number 2
|
// And sometimes magic number 2
|
||||||
special_case_pixels = 2;
|
special_case_pixels = 2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue