Removed tank chaining

This commit is contained in:
Anuken
2018-12-07 12:11:58 -05:00
parent 1a66b7c4c3
commit a09bd09a0e
3 changed files with 19 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ public class OverlayRenderer{
if(finion > 0.9f) finion = 1f; //fixes precision errors
finion = Mathf.clamp(finion);
if(finion > 0) finion = Mathf.clamp(finion, 0.24f, 1f);
if(finion > 0.001f) finion = Mathf.clamp(finion, 0.24f, 1f);
float len = 3;