Redraw bugfix attempt #1.

This commit is contained in:
Doublestrike
2012-02-12 04:25:08 +00:00
parent 570bef10f0
commit d61511cc37

View File

@@ -194,6 +194,7 @@ public class FPanel extends JPanel {
*/
@Override
protected void paintComponent(final Graphics g) {
super.paintComponent(g);
pw = this.getWidth();
ph = this.getHeight();
g2d = (Graphics2D) g.create();