refactor: remove another useless comment

This commit is contained in:
cswimr 2024-12-31 12:32:27 -05:00
parent a126d6415b
commit 0e58107bdd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -38,7 +38,6 @@ namespace ZenithInfo.Models
double shieldDps = 0; double shieldDps = 0;
double hullDps = 0; double hullDps = 0;
// all percentages are placeholders until david tells me what they're actually supposed to be
if (this.DamageType() == Enums.DamageTypes.Shield) if (this.DamageType() == Enums.DamageTypes.Shield)
{ {
shieldAlpha = baseAlpha; shieldAlpha = baseAlpha;