Skip to content

Commit

Permalink
Update AdvancementTabMixin.java
Browse files Browse the repository at this point in the history
1.19.4
  • Loading branch information
lil-fox authored Mar 29, 2023
1 parent b7db961 commit b09b5c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class AdvancementTabMixin {
private int currentInfoWidth;

@Inject(method="render", at = @At("HEAD"))
private void updateLayout(MatrixStack matrices, CallbackInfo ci) {
private void updateLayout(MatrixStack matrices, int x, int y, CallbackInfo ci) {
if(screen != null) {
currentInfoWidth = config.infoWidth.calculate(screen.width);
}
Expand Down

0 comments on commit b09b5c4

Please sign in to comment.