diff options
author | Mattes D <github@xoft.cz> | 2016-06-30 19:35:00 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-07-18 22:11:38 +0200 |
commit | f0c53dbad48a295413d3207cd463e1dfb19faa93 (patch) | |
tree | e63263b5e0a328c9f833b25cd2bb2f1ca01802c6 /src/Generating/ChunkDesc.cpp | |
parent | Bindings: Added a script to generate a diff between APIDesc and ToLua. (diff) | |
download | cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar.gz cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar.bz2 cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar.lz cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar.xz cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.tar.zst cuberite-f0c53dbad48a295413d3207cd463e1dfb19faa93.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/ChunkDesc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ChunkDesc.cpp b/src/Generating/ChunkDesc.cpp index fcbebf1ca..6ba63d5ce 100644 --- a/src/Generating/ChunkDesc.cpp +++ b/src/Generating/ChunkDesc.cpp @@ -72,7 +72,7 @@ void cChunkDesc::SetBlockTypeMeta(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE -void cChunkDesc::GetBlockTypeMeta(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_BlockMeta) +void cChunkDesc::GetBlockTypeMeta(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_BlockMeta) const { m_BlockArea.GetRelBlockTypeMeta(a_RelX, a_RelY, a_RelZ, a_BlockType, a_BlockMeta); } |