1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Disable scissor test after rendering batches in compatibility renderer

(cherry picked from commit 062e8802b7)
This commit is contained in:
clayjohn
2024-01-22 14:55:20 -08:00
committed by Yuri Sizov
parent 6d1c2e54bb
commit 03ec65203c

View File

@@ -775,6 +775,7 @@ void RasterizerCanvasGLES3::_render_items(RID p_to_render_target, int p_item_cou
_render_batch(p_lights, i);
}
glDisable(GL_SCISSOR_TEST);
state.current_batch_index = 0;
state.canvas_instance_batches.clear();
state.last_item_index += index;