fixed bug when switching from game to another pane

This commit is contained in:
BetaSteward 2011-06-07 23:26:04 -04:00
parent d8fca737fd
commit 2ff280caa7

View file

@ -101,9 +101,4 @@ public class GamePane extends MagePane {
private javax.swing.JScrollPane jScrollPane1;
// End of variables declaration//GEN-END:variables
@Override
public void deactivated() {
gamePanel.cleanUp();
}
}