this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

line() tiny fix #1826

nesbox 4100a89d 7a29eab2

+2
+2
src/core/draw.c
··· 597 597 else 598 598 for (float t = initLine(&y0, &y1, &x0, &x1); x0 < x1; x0++, y0 += t) 599 599 setPixel((tic_core*)tic, x0, y0, color); 600 + 601 + setPixel((tic_core*)tic, x1, y1, color); 600 602 } 601 603 602 604 typedef struct