mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 16:24:12 +00:00
Batching across z_index layers was not preserving the batch_break flag, which determines whether to not join the previous item. This is fixed by storing the flag in RenderItemState and preserving it across canvas_render_items calls.