mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Targeting Overlay: minor stylistic fix in the code.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user