migrating save files
This commit is contained in:
@@ -92,7 +92,7 @@ struct WorldHeader {
|
||||
};
|
||||
|
||||
struct WorldData {
|
||||
std::unordered_map<game::ChunkCoord, game::ChunkPtr> m_Chunks;
|
||||
game::ChunkList m_Chunks;
|
||||
};
|
||||
|
||||
} // namespace pdata
|
||||
|
||||
Reference in New Issue
Block a user