Removed one loader limit for first 4 chunks loading
This commit is contained in:
@@ -13,7 +13,6 @@ private:
|
||||
Lighting* lighting;
|
||||
ChunksLoader** loaders;
|
||||
int loadersCount;
|
||||
int _totalLoaded = 0;
|
||||
public:
|
||||
ChunksController(Chunks* chunks, Lighting* lighting);
|
||||
~ChunksController();
|
||||
|
||||
Reference in New Issue
Block a user