OSDN Git Service

fixed issue 1239, MathUtils.ceil was broken in GWT as NumberUtils isn't fully impleme...
authorbadlogic <badlogicgames@gmail.com>
Sat, 16 Mar 2013 23:10:11 +0000 (00:10 +0100)
committerbadlogic <badlogicgames@gmail.com>
Sat, 16 Mar 2013 23:10:11 +0000 (00:10 +0100)
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java

index e9ba4c2..e342a7b 100644 (file)
@@ -41,7 +41,6 @@ public class LwjglDebugStarter {
                new SharedLibraryLoader("../../extensions/gdx-controllers/gdx-controllers-desktop/libs/gdx-controllers-desktop-natives.jar").load("gdx-controllers-desktop");\r
                new SharedLibraryLoader("../../gdx/libs/gdx-natives.jar").load("gdx");\r
 \r
-               MathUtils.ceil(1);\r
                GdxTest test = new AnimationTest();\r
                LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();\r
                config.useGL20 = test.needsGL20();\r