Fix mixed up getRed/getBlue names in ColorHelper.Abgr (#3541)

This commit is contained in:
kb1000 2023-04-08 08:56:08 +02:00 committed by GitHub
parent af5d23adb3
commit 110cca7fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,11 +47,11 @@ CLASS net/minecraft/class_5253 net/minecraft/util/math/ColorHelper
ARG 1 b
ARG 2 g
ARG 3 r
METHOD method_48345 getBlue (I)I
METHOD method_48345 getRed (I)I
ARG 0 abgr
METHOD method_48346 getGreen (I)I
ARG 0 abgr
METHOD method_48347 getRed (I)I
METHOD method_48347 getBlue (I)I
ARG 0 abgr
METHOD method_48348 getBgr (I)I
ARG 0 abgr