src/text.c

changeset 137
f8e6e0ae61a8
parent 135
062703d3f5cc
--- a/src/text.c	Sun Jun 01 14:59:40 2025 +0200
+++ b/src/text.c	Sun Jun 01 16:35:23 2025 +0200
@@ -97,7 +97,7 @@
 
     // node properties
     asc_scene_node_name(node, args.name);
-    node->render_group = ASC_RENDER_GROUP_SPRITE_BLEND;
+    node->render_group = ASC_RENDER_GROUP_SPRITE_BLEND_RECT;
     node->destroy_func = asc_text_destroy;
     node->update_func = asc_text_update;
     node->position = asc_vec3f_new(args.x, args.y, ASC_SCENE_2D_DEPTH_OFFSET);

mercurial