|
@@ -563,7 +563,10 @@ public final class AWTSettingsDialog extends JFrame {
|
|
// on Linux when using AWT/Swing + GLFW.
|
|
// on Linux when using AWT/Swing + GLFW.
|
|
// For more info see:
|
|
// For more info see:
|
|
// https://github.com/LWJGL/lwjgl3/issues/149,
|
|
// https://github.com/LWJGL/lwjgl3/issues/149,
|
|
- // https://hub.jmonkeyengine.org/t/experimenting-lwjgl3/37275
|
|
|
|
|
|
+
|
|
|
|
+ // intentional double call. see this discussion:
|
|
|
|
+ // https://hub.jmonkeyengine.org/t/experimenting-lwjgl3/37275/12
|
|
|
|
+ System.gc();
|
|
System.gc();
|
|
System.gc();
|
|
}
|
|
}
|
|
}
|
|
}
|