Skip to content

Commit

Permalink
Disable opengl acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdiplomat committed Mar 11, 2024
1 parent e8da91f commit 21be2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-gui-desktop/src/main/java/forge/view/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void main(final String[] args) {
System.setProperty("sun.java2d.d3d", "false");

//Turn on OpenGl acceleration to improve performance
System.setProperty("sun.java2d.opengl", "true");
//System.setProperty("sun.java2d.opengl", "True");

//setup GUI interface
GuiBase.setInterface(new GuiDesktop());
Expand Down

0 comments on commit 21be2c4

Please sign in to comment.