summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-04-06 14:59:43 -0500
committerColin Okay <cbeok@protonmail.com>2020-10-12 09:37:42 -0500
commite7d664fb14304dbec5cf51bd7e1ec3cfaf7a73bc (patch)
tree6fecc166786565268875dc1854959e42af217bca
parent2490d0273739f3f7725442b51e5d6532e0c548bd (diff)
curious
-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))