mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Targeting Overlay: Fixed a bug with the combat targeting arrows shown both ways in card mouseover mode.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user