summaryrefslogtreecommitdiff
path: root/3de.c
diff options
context:
space:
mode:
Diffstat (limited to '3de.c')
-rw-r--r--3de.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/3de.c b/3de.c
index 98ae884..5b5bcc3 100644
--- a/3de.c
+++ b/3de.c
@@ -86,6 +86,7 @@ int entrypoint(int argc, const char** argv, Arena* a) {
sprintf(buf, "MOUSE: %d, %d", app->mx, app->my);
ren_texts(&r, blue, 3, 13, buf);
draw_monkey(&r);
+ draw_tri(&r, app->mx, app->my);
ren_end(&r);
app_end(app);
fps_update(&f);