From e7d664fb14304dbec5cf51bd7e1ec3cfaf7a73bc Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 6 Apr 2020 14:59:43 -0500 Subject: curious --- imbricate.ros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imbricate.ros') 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)) -- cgit v1.2.3