HALLELUJAH!
This commit is contained in:
		| @@ -23,8 +23,9 @@ 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); | ||||
|  | ||||
| 	int m_center[2] = {0, 0}; | ||||
| 	unsigned int m_center[2] = {UINT16_MAX / 2, UINT16_MAX / 2}; | ||||
| }; | ||||
| #endif // WORLD_H__ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user