- Actually repaint after clicking the alpha strike button

This commit is contained in:
Sol
2012-09-11 01:45:22 +00:00
parent 33ac06b664
commit 2e531b9eb4

View File

@@ -154,8 +154,9 @@ public enum CDock implements ICDoc {
AllZone.getCombat().addAttacker(c); AllZone.getCombat().addAttacker(c);
} }
} }
human.updateObservers(); //human.updateObservers();
// TODO Is this redrawing immediately? // TODO Is this redrawing immediately?
FView.SINGLETON_INSTANCE.getFrame().repaint();
} }
} }