Merge pull request #50 from kul/master
unqote path in texture-atlas macro.
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
(texture-atlas \"packed.txt\")"
|
(texture-atlas \"packed.txt\")"
|
||||||
[path & options]
|
[path & options]
|
||||||
`(let [^TextureAtlas object# (texture-atlas* path)]
|
`(let [^TextureAtlas object# (texture-atlas* ~path)]
|
||||||
(u/calls! object# ~@options)
|
(u/calls! object# ~@options)
|
||||||
object#))
|
object#))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user