Removed build effect surface usage

This commit is contained in:
Anuken
2018-05-16 07:52:17 -07:00
parent 57bcea56b5
commit e2f74fd4f0

View File

@@ -205,11 +205,11 @@ public class Renderer extends RendererModule{
blocks.processBlocks();
blocks.drawBlocks(Layer.block);
Graphics.surface(effectSurface, true);
//Graphics.surface(effectSurface, true);
Graphics.shader(Shaders.inline, false);
blocks.drawBlocks(Layer.placement);
Graphics.shader();
Graphics.flushSurface();
//Graphics.flushSurface();
blocks.drawBlocks(Layer.overlay);