From 2d64ec0a686173b084e02172bb77bd0ec3abdf1d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 26 May 2026 15:36:06 -0400 Subject: rename `tyui_draw()` -> `tyui_end_frame()` --- editor/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor.c') 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) -- cgit v1.3-2-g0d8e