diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/renderUtils.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |