summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c3110a4..0e5e502 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,6 +61,7 @@ main(void)
pxPal(3, 11);
pxPalt(3, true);
pxSpr(&spr, x, y + 8, .flip_x=true, .flip_y=true);
+ pxLine(0, 0, x, y, 2);;
pxPset(0, 0, 10);
pxPset(1, 0, 10);