This commit is contained in:
Florian Nücke 2015-04-10 01:43:58 +02:00
parent 59113902f0
commit 25f27c0475

View File

@ -58,7 +58,6 @@ object Document {
// Use that flat area to mask the output area.
GL11.glDepthFunc(GL11.GL_LEQUAL)
GL11.glDepthMask(false)
GL11.glColorMask(true, true, true, true)
// Actual rendering.