This commit is contained in:
MihailRis
2022-07-01 02:34:34 +03:00
committed by GitHub
parent 1038a79b78
commit b2872650d6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,8 +23,8 @@ private:
void _thread();
std::atomic<Chunk*> current {nullptr};
std::atomic<Chunk**> closes {nullptr};
std::atomic<World*> world {nullptr};
std::atomic<LoaderMode> state {IDLE};
World* world;
void perform(Chunk* chunk, Chunk** closes_passed, LoaderMode mode);
public: