diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-21 19:33:54 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-21 19:33:54 +0200 |
commit | cdd3d11496d51ce6f444a2e637fee1d38e07fd09 (patch) | |
tree | 74e22a66fb6cfedda6bddd43d68c1129532e239f /src/BlockArea.cpp | |
parent | Fixed issue with types not being defined for an unused parameter (diff) | |
download | cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar.gz cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar.bz2 cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar.lz cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar.xz cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.tar.zst cuberite-cdd3d11496d51ce6f444a2e637fee1d38e07fd09.zip |
Diffstat (limited to 'src/BlockArea.cpp')
-rw-r--r-- | src/BlockArea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockArea.cpp b/src/BlockArea.cpp index fd2f3c9b4..5e41b135c 100644 --- a/src/BlockArea.cpp +++ b/src/BlockArea.cpp @@ -1843,7 +1843,7 @@ void cBlockArea::cChunkReader::ChunkBuffer(const cChunkBuffer & a_BlockBuffer) int SizeY = m_Area.m_Size.y; int MinY = m_Origin.y; - // SizeX, SizeZ are the dmensions of the block data to copy from the current chunk (size of the geometric union) + // SizeX, SizeZ are the dimensions of the block data to copy from the current chunk (size of the geometric union) // OffX, OffZ are the offsets of the current chunk data from the area origin // BaseX, BaseZ are the offsets of the area data within the current chunk from the chunk borders int SizeX = cChunkDef::Width; |