From b264c12b21d8dd2df3716043f6e12a5209ae5923 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:10:47 +0800 Subject: + dojo disipline overlay thing --- utils/renderUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/renderUtils.js b/utils/renderUtils.js index 051d0c6..00b1c41 100644 --- a/utils/renderUtils.js +++ b/utils/renderUtils.js @@ -233,7 +233,7 @@ let ret = { GlStateManager.func_179094_E(); - Tessellator.begin(2).colorize(colorR, colorG, colorB); + Tessellator.begin(2).colorize(colorR, colorG, colorB, 1); Tessellator.pos(x + width, y + height, z + width); Tessellator.pos(x + width, y + height, z - width); -- cgit