We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dbff2 commit d7fcf0aCopy full SHA for d7fcf0a
jme3-awt-dialogs/src/main/java/com/jme3/awt/AWTSettingsDialog.java
@@ -563,7 +563,10 @@ public void actionPerformed(ActionEvent e) {
563
// on Linux when using AWT/Swing + GLFW.
564
// For more info see:
565
// https://github.com/LWJGL/lwjgl3/issues/149,
566
- // https://hub.jmonkeyengine.org/t/experimenting-lwjgl3/37275
+
567
+ // intentional double call. see this discussion:
568
+ // https://hub.jmonkeyengine.org/t/experimenting-lwjgl3/37275/12
569
+ System.gc();
570
System.gc();
571
}
572
0 commit comments