- Targeting Overlay: minor stylistic fix in the code.

This commit is contained in:
Agetian
2012-11-27 18:11:02 +00:00
parent 729488bf09
commit c9c2cd4b91

View File

@@ -89,8 +89,8 @@ public enum TargetingOverlay {
activePanel = null; activePanel = null;
for (CField f : CMatchUI.SINGLETON_INSTANCE.getFieldControls()) { for (CField f : CMatchUI.SINGLETON_INSTANCE.getFieldControls()) {
cardPanels.addAll(f.getView().getTabletop().getCardPanels()); cardPanels.addAll(f.getView().getTabletop().getCardPanels());
List<CardPanel> cPanel = f.getView().getTabletop().getCardPanels(); List<CardPanel> cPanels = f.getView().getTabletop().getCardPanels();
for (CardPanel c : cPanel) { for (CardPanel c : cPanels) {
if (c.isSelected()) { if (c.isSelected()) {
activePanel = c; activePanel = c;
} }