OSDN Git Service

more ios stuff...
authorbadlogic <contact@badlogicgames.com>
Tue, 9 Oct 2012 22:16:31 +0000 (00:16 +0200)
committerbadlogic <contact@badlogicgames.com>
Tue, 9 Oct 2012 22:16:31 +0000 (00:16 +0200)
backends/gdx-backend-iosmonotouch/mono/mono/libgdx.a
tests/gdx-tests-iosmonotouch/gdx-tests-iosmonotouch/Main.cs

index 31e490f..77e5da6 100644 (file)
Binary files a/backends/gdx-backend-iosmonotouch/mono/mono/libgdx.a and b/backends/gdx-backend-iosmonotouch/mono/mono/libgdx.a differ
index edef15b..950f996 100644 (file)
@@ -24,7 +24,7 @@ namespace superjumperios
        {
                [Register ("AppDelegate")]
                public partial class AppDelegate : IOSApplication {
-                       public AppDelegate(): base(new UITest(), new IOSApplicationConfiguration()) {
+                       public AppDelegate(): base(new FilesTest(), new IOSApplicationConfiguration()) {
                                
                        }
                }