Make body-type private again
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
; bodies
|
; bodies
|
||||||
|
|
||||||
(defn body-type
|
(defn ^:private body-type
|
||||||
[k]
|
[k]
|
||||||
(u/gdx-class :physics :box2d :BodyDef
|
(u/gdx-class :physics :box2d :BodyDef
|
||||||
(str "BodyType/" (u/key->pascal k) "Body")))
|
(str "BodyType/" (u/key->pascal k) "Body")))
|
||||||
|
|||||||
Reference in New Issue
Block a user