mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Repaint the UI after drawing targeting arcs.
This commit is contained in:
@@ -190,6 +190,8 @@ public enum TargetingOverlay {
|
||||
|
||||
g2d.fillOval((int) p[0].getX() - 4, (int) p[0].getY() - 4, 8, 8);
|
||||
g2d.fillOval((int) p[1].getX() - 4, (int) p[1].getY() - 4, 8, 8);
|
||||
|
||||
FView.SINGLETON_INSTANCE.getFrame().repaint(); // repaint the match UI
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user