From dbaa065f8df1896a319fc7510e98a5cdec0c0bb9 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Wed, 27 Sep 2023 05:34:54 +0200 Subject: fix --- source/saw/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source') diff --git a/source/saw/main.c b/source/saw/main.c index ffc848d..a4a7168 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -456,9 +456,7 @@ static void saw_frame(void) { nvgBeginFrame(saw_nvg, frame_width, frame_height, sapp_dpi_scale()); - saw_ui_roll(saw_rolls, 0, 0, frame_width, frame_height / 2); - saw_ui_roll(saw_rolls + 1, frame_height / 2, 0, frame_width, - frame_height / 2); + saw_ui_roll(saw_rolls, 0, 0, frame_width, frame_height); nvgEndFrame(saw_nvg); -- cgit v1.2.3