From dde94508b85579255452a94cd98192092c09621c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 8 Nov 2015 09:06:36 -0800 Subject: [PATCH] should make scaling look better. --- desktop/src-common/advent/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-common/advent/utils.clj b/desktop/src-common/advent/utils.clj index 9875a97c..854a415f 100644 --- a/desktop/src-common/advent/utils.clj +++ b/desktop/src-common/advent/utils.clj @@ -51,7 +51,7 @@ target-height (* 16 scale) resized (Pixmap. target-width target-height (.getFormat base-cursor)) index (.indexOf +all-cursors+ which)] - #_(Pixmap/setFilter Pixmap$Filter/NearestNeighbour) + (Pixmap/setFilter Pixmap$Filter/NearestNeighbour) (pixmap! resized :draw-pixmap base-cursor (* index 16) 0 16 16 0 0 target-width target-height)