Titan 4x4

This commit is contained in:
Anuken
2021-12-27 19:44:16 -05:00
parent 5bb2df5b89
commit 0b9ad22e88
12 changed files with 16 additions and 17 deletions

View File

@@ -191,7 +191,7 @@ public class DrawTurret extends DrawBlock{
}
if(heat.found()){
Drawf.additive(heat, heatColor.write(Tmp.c1).a(useProgressHeat ? build.warmup() : build.heat), rx, ry, rot, Layer.turretHeat);
Drawf.additive(heat, heatColor.write(Tmp.c1).a((useProgressHeat ? build.warmup() : build.heat) * heatColor.a), rx, ry, rot, Layer.turretHeat);
}
Draw.xscl = 1f;