Skip to content

Commit

Permalink
Remove broken scaling from WItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Apr 25, 2020
1 parent 0a0125e commit 9743d57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void paintBackground(int x, int y, int mouseX, int mouseY) {
RenderSystem.pushMatrix();
RenderSystem.enableDepthTest();
RenderSystem.translatef(x, y, 0);
RenderSystem.scalef(1.2f, 1.2f, 1.0f);

MinecraftClient mc = MinecraftClient.getInstance();
ItemRenderer renderer = mc.getItemRenderer();
Expand Down

0 comments on commit 9743d57

Please sign in to comment.