Small bug fix.

This commit is contained in:
Doublestrike
2011-12-05 05:13:35 +00:00
parent 86b395e494
commit 5984cdf1ed

View File

@@ -328,14 +328,14 @@ public class ViewField extends FRoundedPanel {
this.getLblLife().setForeground(Color.red);
}
else {
this.getLblLife().setBackground(skin.getClrText());
this.getLblLife().setForeground(skin.getClrText());
}
if (p0.getPoisonCounters() >= 8) {
this.getLblPoison().setForeground(Color.red);
}
else {
this.getLblPoison().setBackground(skin.getClrText());
this.getLblPoison().setForeground(skin.getClrText());
}
//mana pool