Finish math

This commit is contained in:
oakes
2014-01-15 20:04:27 -05:00
parent 1244e37e08
commit 4ffa229c33
3 changed files with 192 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
(defmacro drawable
[type & options]
`(~(symbol (str u/main-package ".scenes.scene2d.u."
`(~(symbol (str u/main-package ".scenes.scene2d.ui."
(u/key->pascal type) "Drawable."))
~@options))