X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FOpenGL.cpp;h=dd0ca4d671b764c523e0e8ec181fc9bfb512c3f3;hb=0ced54f867d36e8b324155bef49e8abfebfc3237;hp=a6e676d1b55d3e8d1c62a3c5961b1b4df2a64831;hpb=ac4f8e4321adb765745b2da188b8b359735ea379;p=mupen64plus-pandora.git diff --git a/source/gles2n64/src/OpenGL.cpp b/source/gles2n64/src/OpenGL.cpp index a6e676d..dd0ca4d 100755 --- a/source/gles2n64/src/OpenGL.cpp +++ b/source/gles2n64/src/OpenGL.cpp @@ -1162,7 +1162,7 @@ void OGL_ClearDepthBuffer() // glClearDepthf( depth ); // broken on Qualcomm Adreno glClearDepthf( 1.0f ); // fixes missing graphics on Qualcomm Adreno glClearColor( 0, 0, 0, 1 ); - glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT ); + glClear( GL_DEPTH_BUFFER_BIT ); OGL_UpdateDepthUpdate(); glEnable( GL_SCISSOR_TEST ); ////////