Skip to content

Commit 4e2c2ff

Browse files
Fix modal colors on 1.17-1.19.2
1 parent 10d47ec commit 4e2c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/essential/ad/Draw.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void texturedRect(ResourceLocation texture, int x, int y, int width, int
159159
//#else
160160
Gui.drawModalRectWithCustomSizedTexture(x, y, u, v, width, height, textureWidth, textureHeight);
161161
//#endif
162-
//#if MC>=11903
162+
//#if MC>=11700
163163
//$$ RenderSystem.setShaderColor(1f, 1f, 1f, 1f);
164164
//#endif
165165
//#endif

0 commit comments

Comments
 (0)