Minor bugfixes

This commit is contained in:
Anuken
2018-11-08 14:53:18 -05:00
parent b53821976e
commit b7506229f8
3 changed files with 3 additions and 3 deletions
@@ -323,7 +323,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
}
if(floor.isLiquid){
Draw.tint(Color.WHITE, floor.liquidColor, Mathf.clamp(drownTime));
Draw.tint(Color.WHITE, floor.liquidColor, Mathf.clamp(drownTime, 0, 0.99f));
}else{
Draw.tint(Color.WHITE);
}