Swapped x2 and y1 in DrawContext#fill (#3599)

This commit is contained in:
replaceitem 2023-06-24 02:48:29 +02:00 committed by GitHub
parent 353d986b75
commit ee663580b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -183,8 +183,8 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
METHOD method_48196 fill (Lnet/minecraft/class_1921;IIIIII)V
ARG 1 layer
ARG 2 x1
ARG 3 x2
ARG 4 y1
ARG 3 y1
ARG 4 x2
ARG 5 y2
ARG 6 z
ARG 7 color
@ -422,8 +422,8 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
METHOD method_51739 fill (Lnet/minecraft/class_1921;IIIII)V
ARG 1 layer
ARG 2 x1
ARG 3 x2
ARG 4 y1
ARG 3 y1
ARG 4 x2
ARG 5 y2
ARG 6 color
METHOD method_51740 fillGradient (Lnet/minecraft/class_1921;IIIIIII)V