--- a/src/text.c Tue Jun 10 19:29:07 2025 +0200 +++ b/src/text.c Wed Jun 11 23:38:55 2025 +0200 @@ -97,7 +97,7 @@ // node properties asc_scene_node_name(node, args.name); - node->render_group = ASC_RENDER_GROUP_SPRITE_BLEND_RECT; + node->render_group = ASC_RENDER_GROUP_SPRITE_BLEND; 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);