Remove type hints due to Android dexing error

This commit is contained in:
oakes
2014-10-17 11:58:16 -04:00
parent 26c2a2f890
commit a7964fcfb8

View File

@@ -11,7 +11,7 @@
([^String path]
(or (u/load-asset path Pixmap)
(Pixmap. (files! :internal path))))
([^long width ^long height ^Pixmap$Format fmt]
([width height fmt]
(Pixmap. width height fmt)))
(defmacro pixmap