diff --git a/src/Dodge/Render.hs b/src/Dodge/Render.hs index 350436cb1..ab240b97b 100644 --- a/src/Dodge/Render.hs +++ b/src/Dodge/Render.hs @@ -411,8 +411,8 @@ doDrawing' win pdata u = do glDrawArrays GL_TRIANGLES 0 6 glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA -- draw the overlay - glDepthFunc GL_LEQUAL - --glDepthFunc GL_ALWAYS + --glDepthFunc GL_LEQUAL + glDepthFunc GL_ALWAYS glDepthMask GL_FALSE glEnable GL_BLEND --glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA