diff --git a/src/play_clj/g2d.clj b/src/play_clj/g2d.clj index f5430d6..91458ad 100644 --- a/src/play_clj/g2d.clj +++ b/src/play_clj/g2d.clj @@ -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#))