mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 12:58:01 +01:00
Merge pull request #71 from PolyacovYury/skins_forge_compat
Commented out the line that causes Forge to whine
This commit is contained in:
commit
87e94819b3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class GLWindow extends DropTarget {
|
||||||
|
|
||||||
frame = new JFrame(Display.getTitle());
|
frame = new JFrame(Display.getTitle());
|
||||||
frame.add(canvas);
|
frame.add(canvas);
|
||||||
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
// frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||||
frame.addWindowListener(new WindowAdapter() {
|
frame.addWindowListener(new WindowAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void windowClosed(WindowEvent windowEvent) {
|
public void windowClosed(WindowEvent windowEvent) {
|
||||||
|
|
Loading…
Reference in a new issue