diff options
Diffstat (limited to 'src/subconscious/graphics/BattleScene.java')
-rw-r--r-- | src/subconscious/graphics/BattleScene.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/subconscious/graphics/BattleScene.java b/src/subconscious/graphics/BattleScene.java index 6cc38c9..dbbae1e 100644 --- a/src/subconscious/graphics/BattleScene.java +++ b/src/subconscious/graphics/BattleScene.java @@ -90,7 +90,6 @@ public class BattleScene extends MapScene implements ActionListener { bottomPanel.add(passButton); this.add(bottomPanel, BorderLayout.PAGE_END); - this.add(this.canvas, BorderLayout.CENTER); } @Override |