Remove unnecessary quote-unquote

This commit is contained in:
oakes
2014-06-19 17:23:26 -04:00
parent 52e3bcbf19
commit 5b93cc6a00
7 changed files with 17 additions and 17 deletions

View File

@@ -194,7 +194,7 @@
(play-mode :loop)"
[k]
`~(u/gdx-field :graphics :g2d "Animation$PlayMode" (u/key->upper k)))
(u/gdx-field :graphics :g2d "Animation$PlayMode" (u/key->upper k)))
(defn animation*
[duration textures]