diff --git a/src/play_clj/core_graphics.clj b/src/play_clj/core_graphics.clj index 74179e2..b2293c2 100644 --- a/src/play_clj/core_graphics.clj +++ b/src/play_clj/core_graphics.clj @@ -526,6 +526,7 @@ specify which layers to render with or without. (set layer-names)) (u/throw-key-not-found k)) (map #(.indexOf ^java.util.List all-layer-names %)) + (sort) int-array (.render renderer))) (.render renderer))