summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChunk.h b/source/cChunk.h
index 9a129ba31..55210a064 100644
--- a/source/cChunk.h
+++ b/source/cChunk.h
@@ -29,7 +29,7 @@ It will help us when the new chunk format comes out and we need to patch everyth
// Used to smoothly convert to new axis ordering. One will be removed when deemed stable.
#define AXIS_ORDER_YZX 1 // Original (1.1-)
#define AXIS_ORDER_XZY 2 // New (1.2+)
-#define AXIS_ORDER AXIS_ORDER_YZX
+#define AXIS_ORDER AXIS_ORDER_XZY