Collectibles can be collected
This commit is contained in:
@ -166,11 +166,9 @@ void sys_oval_draw_ext(
|
||||
int64_t bb8 = 8 * b * b;
|
||||
|
||||
do {
|
||||
if (!fill) {
|
||||
// draw the points at the edge of the line
|
||||
sys_scanline_internal_set(x0, x1, y0, c, false);
|
||||
sys_scanline_internal_set(x0, x1, y1, c, false);
|
||||
}
|
||||
// draw the points at the edge of the line no matter what
|
||||
sys_scanline_internal_set(x0, x1, y0, c, false);
|
||||
sys_scanline_internal_set(x0, x1, y1, c, false);
|
||||
int64_t e2 = 2 * err;
|
||||
if (e2 <= dy) {
|
||||
if (fill) {
|
||||
|
Reference in New Issue
Block a user