diff --git a/src/play_clj/core_graphics.clj b/src/play_clj/core_graphics.clj index 334c23f..7e28d9f 100644 --- a/src/play_clj/core_graphics.clj +++ b/src/play_clj/core_graphics.clj @@ -424,10 +424,10 @@ specify which layers to render with or without y (range (- (.getHeight l) 1) -1 -1)] {:x x :y y})))) -(defn render-sorted-map! - "Draws the supplied tiled-map layers and entities sorted by latitude +(defn render-sorted! + "Draws the supplied tiled-map layers and entities, sorted by latitude - (render-sorted-map! screen [\"walls\"] entities)" + (render-sorted! screen [\"walls\"] entities)" [{:keys [^BatchTiledMapRenderer renderer ^Camera camera update-fn!]