unqote path in texture-atlas macro.

This commit is contained in:
kul
2014-09-18 10:23:40 +05:30
parent d36a87bff5
commit c20d8c678d

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#))