From 2e624233e24d03c18cf0e9035a8573b0f7aeeecc Mon Sep 17 00:00:00 2001 From: oakes Date: Thu, 13 Feb 2014 02:56:52 -0500 Subject: [PATCH] Shorten function name --- src/play_clj/core_graphics.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!]