summaryrefslogtreecommitdiff
path: root/imbricate.ros
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-06 14:59:43 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-06 14:59:43 -0500
commite5e35d2c19e2a1df9e4740d2244a9cc94300d7c5 (patch)
tree6fecc166786565268875dc1854959e42af217bca /imbricate.ros
parentef46c9a6408bda2bc987536c6d2bba378d0d02ee (diff)
curious
Diffstat (limited to 'imbricate.ros')
-rwxr-xr-ximbricate.ros4
1 files changed, 2 insertions, 2 deletions
diff --git a/imbricate.ros b/imbricate.ros
index 8189a55..40cb9bf 100755
--- a/imbricate.ros
+++ b/imbricate.ros
@@ -71,8 +71,8 @@ exec ros -Q -- $0 "$@"
(let* ((img (getf spec :img)))
(handler-case
(copy-into-img tilesheet img
- (getf spec :|x|)
- (getf spec :|y|))
+ (getf spec :|y|)
+ (getf spec :|x|))
(error (e) (push (list :bad-image-format
(array-dimensions img)
(getf spec :path))