OSDN Git Service

Fixed texture packer coords.
[mikumikustudio/libgdx-mikumikustudio.git] / gdx / src / com / badlogic / gdx / scenes / scene2d / ui / List.java
index f1b2172..16661f2 100644 (file)
@@ -47,7 +47,7 @@ public class List extends Widget implements Cullable {
        }\r
 \r
        public List (Object[] items, Skin skin) {\r
-               this(items, skin.getStyle(ListStyle.class));\r
+               this(items, skin.get(ListStyle.class));\r
        }\r
 \r
        public List (Object[] items, ListStyle style) {\r