From 656c5099ea4776c3c07d7d94deed4609a7c2b516 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 7 Aug 2014 10:24:52 +0200 Subject: [PATCH] autotiles.cpp: Fix subrect pattern for indices 23 and 46 Fixes #51. --- src/autotiles.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/autotiles.cpp b/src/autotiles.cpp index 03262df..3a740d0 100644 --- a/src/autotiles.cpp +++ b/src/autotiles.cpp @@ -97,7 +97,7 @@ extern const StaticRect autotileRects[] = { 32.5, 32.5, 15, 15 }, { 48.5, 32.5, 15, 15 }, { 80.5, 16.5, 15, 15 }, - { 32.5, 48.5, 15, 15 }, + { 64.5, 16.5, 15, 15 }, { 64.5, 64.5, 15, 15 }, { 80.5, 64.5, 15, 15 }, { 80.5, 80.5, 15, 15 }, @@ -188,8 +188,8 @@ extern const StaticRect autotileRects[] = { 64.5, 112.5, 15, 15 }, { 0.5, 32.5, 15, 15 }, { 80.5, 32.5, 15, 15 }, - { 16.5, 112.5, 15, 15 }, - { 64.5, 112.5, 15, 15 }, + { 80.5, 112.5, 15, 15 }, + { 0.5, 112.5, 15, 15 }, { 0.5, 0.5, 15, 15 }, { 16.5, 0.5, 15, 15 }, { 16.5, 16.5, 15, 15 },