Collectibles can be collected

This commit is contained in:
2024-02-28 17:36:06 -08:00
parent 7649a2dc7e
commit df1d1450e7
6 changed files with 77 additions and 59 deletions

View File

@ -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) {