Skip to content

Commit

Permalink
Merge pull request Maescool#879 from joeyismusic/patch-1
Browse files Browse the repository at this point in the history
Update src/com/mojang/mojam/MojamComponent.java
  • Loading branch information
master-lincoln committed Mar 9, 2012
2 parents c2478fc + b71b16f commit 5afd40b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/com/mojang/mojam/MojamComponent.java
Expand Up @@ -794,6 +794,11 @@ private void tickChat() {
}

public static void main(String[] args) {
//attempt OpenGL Acceleration

System.setProperty("sun.java2d.opengl", "True");
//True for verbose console output, true for silent

Options.loadProperties();
MojamComponent mc = new MojamComponent();
guiFrame = new JFrame(GAME_TITLE);
Expand Down

0 comments on commit 5afd40b

Please sign in to comment.