fixed render OFF disabling hand rendering
This commit is contained in:
@@ -43,12 +43,11 @@ public class FinderQueue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void renderFinders(MatrixStack matrixStack) {
|
public void renderFinders(MatrixStack matrixStack) {
|
||||||
|
if(this.renderType == RenderType.OFF)return;
|
||||||
|
|
||||||
RenderSystem.pushMatrix();
|
RenderSystem.pushMatrix();
|
||||||
RenderSystem.multMatrix(matrixStack.peek().getModel());
|
RenderSystem.multMatrix(matrixStack.peek().getModel());
|
||||||
|
|
||||||
//System.out.println("rendering");
|
|
||||||
if(this.renderType == RenderType.OFF)return;
|
|
||||||
|
|
||||||
GlStateManager.disableTexture();
|
GlStateManager.disableTexture();
|
||||||
|
|
||||||
//Makes it render through blocks.
|
//Makes it render through blocks.
|
||||||
|
|||||||
Reference in New Issue
Block a user