Fixed last commit

This commit is contained in:
2014-08-11 15:47:58 +02:00
parent 1d13c5b754
commit 38e018febf
4 changed files with 5 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ public class DesktopLauncher {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "ColorRunner";
config.width = CRGame.WIDTH;
config.height = CRGame.HEIGHT;
config.width = 1000;
config.height = 563;
/*
* For FPS Independence Testing