Remove Chunk::heightmaps for now

This commit is contained in:
DankParrot 2020-08-12 20:54:13 -07:00
parent dc6677672a
commit b286899237
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,7 @@ namespace Feather
); );
} }
CompoundTag hmTag = level.GetCompound("Heightmaps"); // TODO: Heightmaps
heightmaps = &hmTag;
ListTag<CompoundTag> sectionsList = level.GetList<CompoundTag>("Sections"); ListTag<CompoundTag> sectionsList = level.GetList<CompoundTag>("Sections");

View File

@ -34,8 +34,9 @@ namespace Feather
ChunkPos pos; ChunkPos pos;
// TODO: save heightmaps here
// UNSERIALIZED // UNSERIALIZED
const NBT::CompoundTag* heightmaps; //const NBT::CompoundTag* heightmaps;
public: public:
Chunk(ChunkPos& pos, NBT::CompoundTag& tag); Chunk(ChunkPos& pos, NBT::CompoundTag& tag);