1
0

ChunkDesc: Fixed comment about indexing.

This commit is contained in:
Mattes D 2014-11-15 20:23:47 +01:00
parent 30fa6a642c
commit 889aa7404d

View File

@ -33,7 +33,7 @@ public:
/** The datatype used to represent the entire chunk worth of shape.
0 = air
1 = solid
Indexed as [y + 256 * z + 256 * 16 * x]. */
Indexed as [y + 256 * x + 256 * 16 * z]. */
typedef Byte Shape[256 * 16 * 16];
/** Uncompressed block metas, 1 meta per byte */