- Targeting Overlay: Fixed a bug with the combat targeting arrows shown both ways in card mouseover mode.

This commit is contained in:
Agetian
2012-11-25 11:42:11 +00:00
parent 96d61b724b
commit 3245280fb9

View File

@@ -162,24 +162,6 @@ public enum TargetingOverlay {
});
}
}
if (null != blocking) {
for (Card b : blocking) {
arcs.add(new Point[]{
endpoints.get(c.getUniqueNumber()),
endpoints.get(b.getUniqueNumber())
});
}
}
if (null != blockedBy) {
for (Card b : blockedBy) {
arcs.add(new Point[]{
endpoints.get(c.getUniqueNumber()),
endpoints.get(b.getUniqueNumber())
});
}
}
} else {
// Work with all card panels currently visible