Skip to content

Commit

Permalink
Fix drawSprite overload (#4016)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 authored Oct 9, 2024
1 parent 0b322ae commit d2ecdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/gui/DrawContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 8 y
ARG 9 width
ARG 10 height
METHOD method_52709 drawGuiTexture (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)V
METHOD method_52709 drawSprite (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)V
ARG 1 renderLayers
ARG 2 sprite
ARG 3 x
Expand Down

0 comments on commit d2ecdba

Please sign in to comment.