Update libGDX to 1.5.3

This commit is contained in:
oakes
2015-02-11 14:55:20 -05:00
parent f82e3620b2
commit 5c69689d37
16 changed files with 24 additions and 24 deletions

View File

@@ -153,7 +153,7 @@ new object to be created each time a field is set).
(defn gdx-array*
[clj-arr]
(Array. true (into-array clj-arr) 1 (count clj-arr)))
(Array. true (into-array clj-arr) 0 (count clj-arr)))
(defmacro gdx-array
"Returns an [Array](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/utils/Array.html).