Shorten function name

This commit is contained in:
oakes
2014-02-13 02:56:52 -05:00
parent d6372ffdd9
commit 2e624233e2

View File

@@ -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!]