- More optimal UI repaint after drawing the targeting arcs.

This commit is contained in:
Agetian
2012-11-04 14:39:48 +00:00
parent 0fd722aef0
commit 2f2ffcd22e

View File

@@ -190,9 +190,9 @@ 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
}
FView.SINGLETON_INSTANCE.getFrame().repaint(); // repaint the match UI
}
}
}