Make keyword more idiomatic

This commit is contained in:
oakes
2014-01-11 03:35:32 -05:00
parent 1c4c827ff9
commit c9ac4bd2f4

View File

@@ -101,7 +101,7 @@
(defn set-screen!
[^Game game & screens]
(let [add-inputs! (fn []
(input! :setInputProcessor (InputMultiplexer.))
(input! :set-input-processor (InputMultiplexer.))
(doseq [screen screens]
(add-input! (:input-processor screen))
(add-input! (:gesture-detector screen))))