diff --git a/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/AWTGLCanvas.java b/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/AWTGLCanvas.java index e97e97de0..797b6821e 100644 --- a/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/AWTGLCanvas.java +++ b/jre_lwjgl3glfw/src/main/java/org/lwjgl/opengl/AWTGLCanvas.java @@ -79,7 +79,8 @@ public class AWTGLCanvas extends Canvas implements Drawable, ComponentListener, } public AWTGLCanvas() throws LWJGLException { - Display.create(); + System.out.println("AWTGLCanvas constructor called on thread:"+Thread.currentThread().getName()); + //Display.create(); } public AWTGLCanvas(PixelFormat pixel_format) throws LWJGLException {