From a7964fcfb82c5ac6421f2e0d99b83ce6e1483ace Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 17 Oct 2014 11:58:16 -0400 Subject: [PATCH] Remove type hints due to Android dexing error --- src/play_clj/core_graphics.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/core_graphics.clj b/src/play_clj/core_graphics.clj index ff42086..e27f89c 100644 --- a/src/play_clj/core_graphics.clj +++ b/src/play_clj/core_graphics.clj @@ -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