summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunk.h b/source/cChunk.h
index 836bec9d8..7e1a8493d 100644
--- a/source/cChunk.h
+++ b/source/cChunk.h
@@ -210,6 +210,7 @@ public:
void SetLight(char* a_Buffer, int x, int y, int z, char light);
void PositionToWorldPosition(int a_ChunkX, int a_ChunkY, int a_ChunkZ, int & a_X, int & a_Y, int & a_Z);
+ Vector3i PositionToWorldPosition( const Vector3i & a_InChunkPos );
inline static unsigned int MakeIndex(int x, int y, int z )
{