summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))