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");
heightmaps = &hmTag;
// TODO: Heightmaps
ListTag<CompoundTag> sectionsList = level.GetList<CompoundTag>("Sections");

View File

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