fixed render OFF disabling hand rendering
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user