src/text.c

changeset 114
5b91bbab1ac0
parent 113
71ba88258ea0
child 115
e5f8c99b0987
--- a/src/text.c	Sat May 10 15:06:47 2025 +0200
+++ b/src/text.c	Sat May 10 15:42:56 2025 +0200
@@ -100,6 +100,7 @@
     }
 
     // initialize
+    asc_scene_node_name(node, args.name);
     text->base.texture = malloc(sizeof(AscTexture));
     asc_texture_init_rectangle(text->base.texture, 1);
     asc_text_update(node);

mercurial