Automatic number of loaders selecting

This commit is contained in:
MihailRis
2022-03-06 03:24:05 +03:00
committed by GitHub
parent cbfa073550
commit 551d4cac85
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ private:
Chunks* chunks;
Lighting* lighting;
ChunksLoader** loaders;
int loadersCount;
int _totalLoaded = 0;
public:
ChunksController(Chunks* chunks, Lighting* lighting);