Skip to content

Commit

Permalink
Update drawSprite methods to match scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Oct 16, 2024
1 parent b891b45 commit bf7c6d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/client/gui/DrawContext.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,14 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 8 y
ARG 9 width
ARG 10 height
METHOD method_52709 drawSprite (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)V
METHOD method_52709 drawSpriteStretched (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIII)V
ARG 1 renderLayers
ARG 2 sprite
ARG 3 x
ARG 4 y
ARG 5 width
ARG 6 height
METHOD method_52710 drawSprite (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIIII)V
METHOD method_52710 drawSpriteStretched (Ljava/util/function/Function;Lnet/minecraft/class_1058;IIIII)V
ARG 1 renderLayers
ARG 2 sprite
ARG 3 x
Expand Down Expand Up @@ -418,7 +418,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
ARG 11 textureWidth
ARG 12 textureHeight
ARG 13 color
METHOD method_52713 drawSprite (Ljava/util/function/Function;Lnet/minecraft/class_1058;Lnet/minecraft/class_8690$class_8691;IIIII)V
METHOD method_52713 drawSpriteNineSliced (Ljava/util/function/Function;Lnet/minecraft/class_1058;Lnet/minecraft/class_8690$class_8691;IIIII)V
ARG 1 renderLayers
ARG 2 sprite
ARG 3 nineSlice
Expand Down

0 comments on commit bf7c6d3

Please sign in to comment.