Make body-type private again

This commit is contained in:
oakes
2014-04-24 21:18:18 -04:00
parent a778eb720e
commit 814a06101a

View File

@@ -39,7 +39,7 @@
; bodies
(defn body-type
(defn ^:private body-type
[k]
(u/gdx-class :physics :box2d :BodyDef
(str "BodyType/" (u/key->pascal k) "Body")))