Commented out the line that causes Forge to whine

This commit is contained in:
PolyacovYury 2018-06-12 20:33:45 +03:00
parent 1642614eb4
commit 9d73895f1e

View file

@ -97,7 +97,7 @@ public class GLWindow extends DropTarget {
frame = new JFrame(Display.getTitle());
frame.add(canvas);
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
// frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.addWindowListener(new WindowAdapter() {
@Override
public void windowClosed(WindowEvent windowEvent) {