aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.c b/editor/editor.c
index 7f88f59..53d24a3 100644
--- a/editor/editor.c
+++ b/editor/editor.c
@@ -19,7 +19,7 @@ void tick(void)
break;
}
- tyui_draw();
+ tyui_end_frame();
}
ty_Image load_qoi_image(const char *path)