mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Merge fix
This commit is contained in:
parent
0ac4a9d87a
commit
b506c7fb53
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
||||||
|
|
||||||
private boolean initComponents;
|
private boolean initComponents;
|
||||||
|
|
||||||
private final Timer resizeTimer;
|
private Timer resizeTimer; // can't be final
|
||||||
|
|
||||||
private enum PopUpMenuType {
|
private enum PopUpMenuType {
|
||||||
TRIGGER_ORDER
|
TRIGGER_ORDER
|
||||||
|
|
Loading…
Reference in a new issue