Merge pull request #1351 from LO1ZB/remove-a_RelY
remove y-coord from chunks
This commit is contained in:
@@ -67,7 +67,7 @@ class cChunk :
|
||||
{
|
||||
public:
|
||||
cChunk(
|
||||
int a_ChunkX, int a_ChunkY, int a_ChunkZ, // Chunk coords
|
||||
int a_ChunkX, int a_ChunkZ, // Chunk coords
|
||||
cChunkMap * a_ChunkMap, cWorld * a_World, // Parent objects
|
||||
cChunk * a_NeighborXM, cChunk * a_NeighborXP, cChunk * a_NeighborZM, cChunk * a_NeighborZP, // Neighbor chunks
|
||||
cAllocationPool<cChunkData::sChunkSection> & a_Pool
|
||||
|
||||
Reference in New Issue
Block a user