Skip to content

Commit

Permalink
Fix renderFood parameter (left -> right) (FabricMC#3855)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
squeek502 and github-actions[bot] authored Apr 26, 2024
1 parent 7ccdf6d commit f5e3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/gui/hud/InGameHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 context
ARG 2 player
ARG 3 top
ARG 4 left
ARG 4 right
METHOD method_58478 renderArmor (Lnet/minecraft/class_332;Lnet/minecraft/class_1657;IIII)V
ARG 0 context
ARG 1 player
Expand Down

0 comments on commit f5e3f27

Please sign in to comment.