From 9b0ed3e3de925dbe7f1f4ca73238881e3202ca16 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 12 Nov 2014 19:37:37 +0100 Subject: [PATCH] Revert "Always enable opengl acceleration, no matter where." This reverts commit 51038411fb1602e224d16fa8d81d8752c3f2a345. --- src/de/teamteamteam/spacescooter/Main.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/de/teamteamteam/spacescooter/Main.java b/src/de/teamteamteam/spacescooter/Main.java index 9a3d51d..fab4942 100644 --- a/src/de/teamteamteam/spacescooter/Main.java +++ b/src/de/teamteamteam/spacescooter/Main.java @@ -24,8 +24,6 @@ public class Main { * @param args Command line arguments. */ public static void main(String[] args) { - //Make sure opengl acceleration is used - System.setProperty("sun.java2d.opengl", "True"); //Initialize the GameFrame properly within the AWT EventQueue try { EventQueue.invokeAndWait(new Runnable() {