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