Remove type hints due to Android dexing error
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
([^String path]
|
([^String path]
|
||||||
(or (u/load-asset path Pixmap)
|
(or (u/load-asset path Pixmap)
|
||||||
(Pixmap. (files! :internal path))))
|
(Pixmap. (files! :internal path))))
|
||||||
([^long width ^long height ^Pixmap$Format fmt]
|
([width height fmt]
|
||||||
(Pixmap. width height fmt)))
|
(Pixmap. width height fmt)))
|
||||||
|
|
||||||
(defmacro pixmap
|
(defmacro pixmap
|
||||||
|
|||||||
Reference in New Issue
Block a user