diff options
Diffstat (limited to 'src/RendererSectionData.cpp')
-rw-r--r-- | src/RendererSectionData.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RendererSectionData.cpp b/src/RendererSectionData.cpp index de79da4..fb2135a 100644 --- a/src/RendererSectionData.cpp +++ b/src/RendererSectionData.cpp @@ -162,8 +162,7 @@ RendererSectionData ParseSection(const SectionsData §ions) std::array<BlockId, 4096> blockIdData = SetBlockIdData(sections); std::array<unsigned char, 4096> blockVisibility = GetBlockVisibilityData(sections, blockIdData, idModels); std::string textureName; - - const std::map<BlockTextureId, glm::vec4> &textureAtlas = AssetManager::Instance().GetTextureAtlasIndexes(); + data.hash = sections.section.GetHash(); data.sectionPos = sections.section.GetPosition(); |