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() {