Revert "Always enable opengl acceleration, no matter where."

This reverts commit 51038411fb.
This commit is contained in:
Jan Philipp Timme 2014-11-12 19:37:37 +01:00
parent 51038411fb
commit 9b0ed3e3de
1 changed files with 0 additions and 2 deletions

View File

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