Merge pull request #71 from PolyacovYury/skins_forge_compat

Commented out the line that causes Forge to whine
This commit is contained in:
Matthew Messinger 2018-06-12 13:37:54 -04:00 committed by GitHub
commit 87e94819b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {