From 7483831198865f501c832f8f1f46c8fa95ccd197 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:58:23 +0800 Subject: + Soulflow counter checks using api so it works even when talisman is in talisman bag + Dojo tenacity lines for fireballs + Dojo mastery line for lines to next wool --- 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 857c7ab..4ec1bc8 100644 --- a/utils/renderUtils.js +++ b/utils/renderUtils.js @@ -63,7 +63,7 @@ let ret = { GL11.glDepthMask(true); GL11.glDisable(GL11.GL_BLEND); }, - drawLineWithDepth: function (x, y, z, x2, y2, z2, r, g, b, t) { + drawLineWithDepth: function (x, y, z, x2, y2, z2, r, g, b, t = 1) { GL11.glBlendFunc(770, 771); GL11.glEnable(GL11.GL_BLEND); -- cgit