Updated libgdx to 1.0.1

This commit is contained in:
2014-05-22 17:44:06 -04:30
parent 08af2286be
commit e2632e48f7
43 changed files with 0 additions and 1 deletions

View File

@@ -234,7 +234,6 @@ public class MainActivity extends AndroidApplication implements AndroidFunctiona
cfg.useAccelerometer = false;
cfg.useCompass = false;
cfg.useWakelock = true;
cfg.useGL20 = true;
// Launch the LibGDX core game class.
initialize(new NxtARCore(this), cfg);