diff --git a/src/de/teamteamteam/spacescooter/Main.java b/src/de/teamteamteam/spacescooter/Main.java index fab4942..9a3d51d 100644 --- a/src/de/teamteamteam/spacescooter/Main.java +++ b/src/de/teamteamteam/spacescooter/Main.java @@ -24,6 +24,8 @@ 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() {