[Bug] Blood vision messes up rendering
maxanier opened this issue ยท 3 comments
adding GlStateManager.enableDepthTest()
after the 3 framebuffer renderExt's
since Framebuffer#framebufferRenderExt
only disables the depthTest, but does not enables it.
But i know to less about that