Skip to content

Commit

Permalink
Fix ButtonTextures constructor parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Sep 9, 2023
1 parent e4f311e commit ac0636b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CLASS net/minecraft/class_8666 net/minecraft/client/gui/screen/ButtonTextures
ARG 2 focused
METHOD <init> (Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)V
ARG 1 enabled
ARG 2 focused
ARG 3 disabled
ARG 2 disabled
ARG 3 focused
METHOD method_52729 get (ZZ)Lnet/minecraft/class_2960;
ARG 1 enabled
ARG 2 focused

0 comments on commit ac0636b

Please sign in to comment.