diff options
| author | iamcheeseman <[email protected]> | 2026-05-26 15:36:06 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-26 15:36:06 -0400 |
| commit | 2d64ec0a686173b084e02172bb77bd0ec3abdf1d (patch) | |
| tree | d7c0527d8f9f59e8a75c6f9467f7ea6bfe3c531f /editor/editor.c | |
| parent | ed7dfaad432b6e3fe838b9a2b5fe225abea5365d (diff) | |
rename `tyui_draw()` -> `tyui_end_frame()`
Diffstat (limited to 'editor/editor.c')
| -rw-r--r-- | editor/editor.c | 2 |
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) |
