diff -r 8324037e0148 -r 86468a71dd73 test/sandbox.c --- a/test/sandbox.c Mon Feb 26 21:16:00 2024 +0100 +++ b/test/sandbox.c Mon Mar 04 21:16:46 2024 +0100 @@ -69,7 +69,7 @@ if (fps != last_fps) { last_fps = fps; snprintf(fps_counter->text, 9, "%u FPS", fps); - asc_text_update(fps_counter); + asc_node_update(fps_counter); } } } while (asc_loop_next());