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)