1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Disable scissor in FrameBuffer_RenderBuffer().

This commit is contained in:
Sergey Lipskiy 2014-05-14 16:23:49 +07:00
parent adc8473f98
commit a3f9fe2186

View File

@ -496,7 +496,8 @@ void FrameBuffer_RenderBuffer( u32 address )
Combiner_SetCombine( EncodeCombineMode( 0, 0, 0, TEXEL0, 0, 0, 0, 1, 0, 0, 0, TEXEL0, 0, 0, 0, 1 ) );
glDisable( GL_BLEND );
glDisable( GL_DEPTH_TEST );
glDisable(GL_SCISSOR_TEST);
glDisable(GL_DEPTH_TEST);
glDisable( GL_CULL_FACE );
glDisable( GL_POLYGON_OFFSET_FILL );
gSP.changed = gDP.changed = 0;