Merge pull request #50 from kul/master

unqote path in texture-atlas macro.
This commit is contained in:
Zach Oakes
2014-09-18 01:34:23 -04:00

View File

@@ -176,7 +176,7 @@
(texture-atlas \"packed.txt\")"
[path & options]
`(let [^TextureAtlas object# (texture-atlas* path)]
`(let [^TextureAtlas object# (texture-atlas* ~path)]
(u/calls! object# ~@options)
object#))