Skip to content

Instantly share code, notes, and snippets.

@Darkhax
Created November 21, 2015 15:26
Show Gist options
  • Save Darkhax/59906ba43a475e0296f8 to your computer and use it in GitHub Desktop.
Save Darkhax/59906ba43a475e0296f8 to your computer and use it in GitHub Desktop.
for (String argument : args)
if (argument.equalsIgnoreCase("-game.releaseMode"))
Game.DEVELOPMENT = false;
for (String argument : args)
if (argument.equalsIgnoreCase("-game.devMode"))
Game.DEVELOPMENT = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment