diff options
Diffstat (limited to 'dc/dc.c')
| -rw-r--r-- | dc/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ void tick(void) if (tyui_begin_window("Test Window", ty_recti(5, 5, 100, 100), &winid)) { for (int i = 0; i < 20; i++) - tyui_text("super duper awesome example text"); + tyui_text("example text"); tyui_end_window(); } |
