Update template in preparation for 0.3.0

This commit is contained in:
oakes
2014-04-11 16:35:59 -04:00
parent 52d5322b20
commit cdfd77a8be
10 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ public class {{android-class-name}} extends AndroidApplication {
RT.var("clojure.core", "require").invoke(Symbol.intern("{{namespace}}"));
try {
Game game = (Game) RT.var("{{namespace}}", "{{app-name}}").deref();
initialize(game, true);
initialize(game);
} catch (Exception e) {
e.printStackTrace();
}