:)
This commit is contained in:
@@ -23,7 +23,6 @@ class World {
|
||||
|
||||
private:
|
||||
Array2d<Chunk*> m_chunks = Array2d<Chunk*>(WORLD_SIZE_X, WORLD_SIZE_Y);
|
||||
Array2d<Chunk*> m_buffer = Array2d<Chunk*>(WORLD_SIZE_X, WORLD_SIZE_Y);
|
||||
|
||||
unsigned int m_center[2] = {UINT16_MAX / 2, UINT16_MAX / 2};
|
||||
};
|
||||
|
Reference in New Issue
Block a user