Chunks reload fix

This commit is contained in:
MihailRis
2023-11-23 15:05:46 +03:00
parent c518580577
commit 50aa5fdc70
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public:
EngineSettings& settings);
~World();
void write(Level* level, bool writeChunks);
void write(Level* level);
Level* load(EngineSettings& settings, const Content* content);
};