From 0562ae29841499cb43683b5ecd9e076a6d90c531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ADSollace?= Date: Fri, 19 Jun 2020 19:11:42 +0200 Subject: [PATCH] NativeImage#Format.ABGR not NativeImage#Format.AGBR (#1485) --- mappings/net/minecraft/client/texture/NativeImage.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/client/texture/NativeImage.mapping b/mappings/net/minecraft/client/texture/NativeImage.mapping index 2882214d69..0e34e0e88a 100644 --- a/mappings/net/minecraft/client/texture/NativeImage.mapping +++ b/mappings/net/minecraft/client/texture/NativeImage.mapping @@ -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

This is only supported when this native image's format is {@link NativeImage#Format#AGBR ABGR}. + COMMENT

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