Fix GL Scissor in Desktop Backend

This commit is contained in:
2026-01-28 07:40:34 +01:00
parent 21b45f5855
commit 1ec06a26cc
3 changed files with 41 additions and 10 deletions

View File

@@ -309,6 +309,7 @@ void GfxGL2::RenderDrawData(const Li::CmdPool& Commands) {
#if PD_OPENGL >= 33
glBindVertexArray(0);
#endif
glDisable(GL_SCISSOR_TEST);
}
}