Fix bug preventing some interop calls from working

This commit is contained in:
oakes
2014-01-08 03:53:12 -05:00
parent b693578c83
commit a534d49a90
3 changed files with 28 additions and 5 deletions

View File

@@ -1,9 +1,5 @@
(in-ns 'play-clj.core)
(defmacro bitmap-font
[& options]
`(BitmapFont. ~@options))
(defmacro style
[type & options]
`(~(symbol (str utils/gdx-package "scenes.scene2d.ui."