Skip to content

Commit

Permalink
Update DesktopLauncher169.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Majzer authored Oct 2, 2018
1 parent 1cb1199 commit d6845cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/com/mygdx/game/desktop/DesktopLauncher169.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class DesktopLauncher169 {
public static void main (String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.height = 576;
config.height = 768;
config.width = 1024;
new LwjglApplication(new FortressSiege(), config);
}
Expand Down

0 comments on commit d6845cd

Please sign in to comment.