Skip to content

Commit

Permalink
remove reliance on gamma setting for fullbright
Browse files Browse the repository at this point in the history
  • Loading branch information
tCInUBkXfaMY committed Mar 8, 2018
1 parent 9c9d58a commit bba4a8b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ public void toggle() {
}

public void init() {
// chances are this is the same Minecraft as we've already saved, but why not
Minecraft mc = Minecraft.getMinecraft();
System.out.println("setting entity renderer");
mc.entityRenderer = new FullbrightEntityRender(mc, mc.getResourceManager());
}

Expand Down

0 comments on commit bba4a8b

Please sign in to comment.