Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed May 8, 2024
1 parent 655aac8 commit 70c3e81
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ private int noLimit(int a, int b) {
return a;
}

// @Inject(method = "renderPlayerlist", at = @At("TAIL"))
// private void alpha(int width, Scoreboard scoreboardIn, ScoreObjective scoreObjectiveIn, CallbackInfo ci) {
// GlStateManager.enableAlpha(); //somehow this fixes hud edit bug
// }
@Inject(method = "renderPlayerlist", at = @At("TAIL"))
private void alpha(int width, Scoreboard scoreboardIn, ScoreObjective scoreObjectiveIn, CallbackInfo ci) {
GlStateManager.enableAlpha(); //somehow this fixes hud edit bug
}

}

0 comments on commit 70c3e81

Please sign in to comment.