gl_rasterizer: Synchronize stencil testing on clears

merge-requests/60/head
ReinUsesLisp 2020-03-26 00:51:47 +07:00
parent 23c7dda710
commit c310cef615
1 changed files with 1 additions and 0 deletions

@ -444,6 +444,7 @@ void RasterizerOpenGL::Clear() {
}
SyncRasterizeEnable();
SyncStencilTestState();
if (regs.clear_flags.scissor) {
SyncScissorTest();