Disable opengl acceleration

This commit is contained in:
Chris H
2024-03-10 21:31:16 -04:00
parent e8da91fcb6
commit 21be2c4bb3

View File

@@ -48,7 +48,7 @@ public final class Main {
System.setProperty("sun.java2d.d3d", "false"); System.setProperty("sun.java2d.d3d", "false");
//Turn on OpenGl acceleration to improve performance //Turn on OpenGl acceleration to improve performance
System.setProperty("sun.java2d.opengl", "true"); //System.setProperty("sun.java2d.opengl", "True");
//setup GUI interface //setup GUI interface
GuiBase.setInterface(new GuiDesktop()); GuiBase.setInterface(new GuiDesktop());