mirror of
https://github.com/google/pebble.git
synced 2025-11-09 17:12:46 -05:00
spelling: accompanied
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
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) {
|
||||
// And sometimes magic number 2
|
||||
special_case_pixels = 2;
|
||||
|
||||
Reference in New Issue
Block a user