test/sandbox.c

changeset 32
86468a71dd73
parent 29
1d001eb694dc
     1.1 --- a/test/sandbox.c	Mon Feb 26 21:16:00 2024 +0100
     1.2 +++ b/test/sandbox.c	Mon Mar 04 21:16:46 2024 +0100
     1.3 @@ -69,7 +69,7 @@
     1.4              if (fps != last_fps) {
     1.5                  last_fps = fps;
     1.6                  snprintf(fps_counter->text, 9, "%u FPS", fps);
     1.7 -                asc_text_update(fps_counter);
     1.8 +                asc_node_update(fps_counter);
     1.9              }
    1.10          }
    1.11      } while (asc_loop_next());

mercurial