Skip to content

Commit

Permalink
Increasing target frame rate to 60 fps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramielrowe committed Apr 8, 2012
1 parent a1ae907 commit 7adced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/vulcastudios/TestGame.java
Expand Up @@ -252,7 +252,7 @@ public static void main(String[] args){
app.setDisplayMode(config.getInteger(Config.WINDOW_WIDTH_CONFIG_KEY),
config.getInteger(Config.WINDOW_HEIGHT_CONFIG_KEY),
config.getBoolean(Config.WINDOW_FULLSCREEN_CONFIG_KEY));
app.setTargetFrameRate(30);
app.setTargetFrameRate(60);
app.start();
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 7adced5

Please sign in to comment.