aboutsummaryrefslogtreecommitdiff
path: root/utils/renderUtils.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-26 15:58:23 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-26 15:58:23 +0800
commit7483831198865f501c832f8f1f46c8fa95ccd197 (patch)
tree73c7b4bdebf7e776e7663e31047b94f9a468c4fa /utils/renderUtils.js
parentd26888c47985ee99a63a957b10572b724f0349b0 (diff)
downloadSoopyV2-7483831198865f501c832f8f1f46c8fa95ccd197.tar.gz
SoopyV2-7483831198865f501c832f8f1f46c8fa95ccd197.tar.bz2
SoopyV2-7483831198865f501c832f8f1f46c8fa95ccd197.zip
+ 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
Diffstat (limited to 'utils/renderUtils.js')
-rw-r--r--utils/renderUtils.js2
1 files changed, 1 insertions, 1 deletions
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);