Removed build effect surface usage
This commit is contained in:
@@ -205,11 +205,11 @@ public class Renderer extends RendererModule{
|
|||||||
blocks.processBlocks();
|
blocks.processBlocks();
|
||||||
blocks.drawBlocks(Layer.block);
|
blocks.drawBlocks(Layer.block);
|
||||||
|
|
||||||
Graphics.surface(effectSurface, true);
|
//Graphics.surface(effectSurface, true);
|
||||||
Graphics.shader(Shaders.inline, false);
|
Graphics.shader(Shaders.inline, false);
|
||||||
blocks.drawBlocks(Layer.placement);
|
blocks.drawBlocks(Layer.placement);
|
||||||
Graphics.shader();
|
Graphics.shader();
|
||||||
Graphics.flushSurface();
|
//Graphics.flushSurface();
|
||||||
|
|
||||||
blocks.drawBlocks(Layer.overlay);
|
blocks.drawBlocks(Layer.overlay);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user