Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Tiny patch
Browse files Browse the repository at this point in the history
  • Loading branch information
boomboompower committed Mar 29, 2020
1 parent 8698804 commit 2a9785c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void onRender(int mouseX, int mouseY, float partialTicks) {

@Override
public void onGuiClose() {
//this.mc.entityRenderer.stopUseShader();
this.mc.entityRenderer.stopUseShader();
}

@Override
Expand Down

1 comment on commit 2a9785c

@boomboompower
Copy link
Owner Author

@boomboompower boomboompower commented on 2a9785c Mar 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so the game doesn't maintain its blur once you exit the SkinChanger UI #4 #9

Please sign in to comment.