Removed one loader limit for first 4 chunks loading

This commit is contained in:
MihailRis
2022-03-07 01:35:59 +03:00
committed by GitHub
parent aa08a0bc6b
commit 4661ace697
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -13,7 +13,6 @@ private:
Lighting* lighting;
ChunksLoader** loaders;
int loadersCount;
int _totalLoaded = 0;
public:
ChunksController(Chunks* chunks, Lighting* lighting);
~ChunksController();