Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sk7725 committed Jan 31, 2022
1 parent b9489f8 commit b66f1f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void init(){
if(chargeXRand < 0) chargeXRand = chargeShootLength * 0.8f;
if(minSize < 0) minSize = Math.max(1, size - 1);
if(maxSize < 0) maxSize = size;
clipSize = Math.max(clipSize, (range + 9) * tilesize * 2f);
clipSize = Math.max(clipSize, (linkRange + 9) * tilesize * 2f);
}

@Override
Expand Down

0 comments on commit b66f1f7

Please sign in to comment.