test/sandbox.c

changeset 25
601b3f4e17a2
parent 23
ab07757004b4
child 29
1d001eb694dc
     1.1 --- a/test/sandbox.c	Thu Jan 18 21:58:58 2024 +0100
     1.2 +++ b/test/sandbox.c	Sun Jan 21 13:31:51 2024 +0100
     1.3 @@ -54,7 +54,7 @@
     1.4  
     1.5      asc_set_font(asc_font(ASC_FONT_REGULAR, 24));
     1.6      asc_ink_rgb(255, 0, 0);
     1.7 -    AscTextNode *fps_counter = asc_text(50, 50, "9999 FPS");
     1.8 +    AscText *fps_counter = asc_text(50, 50, "9999 FPS");
     1.9      unsigned last_fps = 0;
    1.10  
    1.11      while (asc_loop_next()) {

mercurial