diff --git a/common/src/play_clj/render.clj b/common/src/play_clj/render.clj index b117b76..f1aa318 100644 --- a/common/src/play_clj/render.clj +++ b/common/src/play_clj/render.clj @@ -57,9 +57,9 @@ (defmethod sprite-batch BatchTiledMapRenderer [screen] (.getSpriteBatch (:renderer screen))) -(defn draw-entities! +(defn draw! ([screen] - (draw-entities! screen (:entities screen))) + (draw! screen (:entities screen))) ([screen entities] (let [batch (sprite-batch screen)] (.begin batch)