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 8d479e8389
commit dc6ae4a8f0
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,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;