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