updated cursor

This commit is contained in:
Bryce Covert
2016-02-15 22:25:11 -08:00
parent 24fc3ed055
commit 8a05f8c32a
4 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
resized (Pixmap. target-width target-height (.getFormat base-cursor))
index (.indexOf +all-cursors+ which)]
(Pixmap/setFilter Pixmap$Filter/NearestNeighbour)
(pixmap! resized :draw-pixmap base-cursor (* index 16) 0 16 16
(pixmap! resized :draw-pixmap base-cursor (* index 18) 0 16 16
0 0 target-width target-height)
resized ))