OSDN Git Service

[fixed] IosGL in GraphicsType
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 3 Jul 2012 09:19:57 +0000 (09:19 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 3 Jul 2012 09:19:57 +0000 (09:19 +0000)
gdx/src/com/badlogic/gdx/Graphics.java

index 1fefb2d..1877f28 100644 (file)
@@ -62,7 +62,7 @@ public interface Graphics {
         * \r
         * @author mzechner */\r
        public enum GraphicsType {\r
-               AndroidGL, JoglGL, LWJGL, Angle, WebGL\r
+               AndroidGL, JoglGL, LWJGL, Angle, WebGL, iOSGL\r
        }\r
 \r
        /** Class describing a fullscreen display mode\r