OSDN Git Service

pushing latest natives...2
authorMario Zechner <contact@badlogicgames.com>
Sun, 30 Sep 2012 16:25:41 +0000 (18:25 +0200)
committerMario Zechner <contact@badlogicgames.com>
Sun, 30 Sep 2012 16:25:41 +0000 (18:25 +0200)
extensions/gdx-audio/libs/gdx-audio-natives.jar
extensions/gdx-freetype/libs/gdx-freetype-natives.jar
extensions/gdx-image/libs/gdx-image-natives.jar
gdx/libs/gdx-natives.jar
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java

index 2b383cf..42cdc41 100644 (file)
Binary files a/extensions/gdx-audio/libs/gdx-audio-natives.jar and b/extensions/gdx-audio/libs/gdx-audio-natives.jar differ
index 1c35815..e1df6b1 100644 (file)
Binary files a/extensions/gdx-freetype/libs/gdx-freetype-natives.jar and b/extensions/gdx-freetype/libs/gdx-freetype-natives.jar differ
index f0a2c8a..de0a6fd 100644 (file)
Binary files a/extensions/gdx-image/libs/gdx-image-natives.jar and b/extensions/gdx-image/libs/gdx-image-natives.jar differ
index 7a70d1b..b478232 100644 (file)
Binary files a/gdx/libs/gdx-natives.jar and b/gdx/libs/gdx-natives.jar differ
index 2d82826..df85e59 100644 (file)
@@ -18,6 +18,7 @@ package com.badlogic.gdx.tests.lwjgl;
 \r
 import com.badlogic.gdx.backends.lwjgl.LwjglApplication;\r
 import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;\r
+import com.badlogic.gdx.tests.InputTest;\r
 import com.badlogic.gdx.tests.ProjectiveTextureTest;\r
 import com.badlogic.gdx.tests.TextureDownloadTest;\r
 import com.badlogic.gdx.tests.extensions.FreeTypeTest;\r
@@ -37,7 +38,7 @@ public class LwjglDebugStarter {
                new SharedLibraryLoader("../../extensions/gdx-image/libs/gdx-image-natives.jar").load("gdx-image");\r
                new SharedLibraryLoader("../../extensions/gdx-freetype/libs/gdx-freetype-natives.jar").load("gdx-freetype");\r
 \r
-               GdxTest test = new JpegTest();\r
+               GdxTest test = new InputTest();\r
                LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();\r
                config.width = 640;\r
                config.height = 640;\r