NativeImage#Format.ABGR not NativeImage#Format.AGBR (#1485)

This commit is contained in:
­Sollace 2020-06-19 19:11:42 +02:00 committed by GitHub
parent 987aa1a483
commit 0562ae2984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
COMMENT Gets the color of a pixel on this native image.
COMMENT The color returned by this method will be in a ABGR format.
COMMENT
COMMENT <p>This is only supported when this native image's format is {@link NativeImage#Format#AGBR ABGR}.
COMMENT <p>This is only supported when this native image's format is {@link NativeImage#Format#ABGR ABGR}.
ARG 1 x
ARG 2 y
METHOD method_4316 makeGlyphBitmapSubpixel (Lorg/lwjgl/stb/STBTTFontinfo;IIIFFFFII)V