fixed render OFF disabling hand rendering

This commit is contained in:
Unknown
2019-12-15 09:53:41 -05:00
parent 7a49baa19c
commit 235fff9426
@@ -43,12 +43,11 @@ public class FinderQueue {
}
public void renderFinders(MatrixStack matrixStack) {
if(this.renderType == RenderType.OFF)return;
RenderSystem.pushMatrix();
RenderSystem.multMatrix(matrixStack.peek().getModel());
//System.out.println("rendering");
if(this.renderType == RenderType.OFF)return;
GlStateManager.disableTexture();
//Makes it render through blocks.