Skip to content

Instantly share code, notes, and snippets.

Created August 18, 2012 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3389133 to your computer and use it in GitHub Desktop.
Save anonymous/3389133 to your computer and use it in GitHub Desktop.
Screen Tearing - Main.java
public class Main {
public static void main(String[] args) {
Thread thread = new Thread(new GameKernel());
thread.run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment