From cc3096b4f4649915cf89a5bc4f6b943d667369f5 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 5 Aug 2018 05:15:12 +0500 Subject: Removed previous implementation of texture atlas --- src/RendererSectionData.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/RendererSectionData.cpp') 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 blockIdData = SetBlockIdData(sections); std::array blockVisibility = GetBlockVisibilityData(sections, blockIdData, idModels); std::string textureName; - - const std::map &textureAtlas = AssetManager::Instance().GetTextureAtlasIndexes(); + data.hash = sections.section.GetHash(); data.sectionPos = sections.section.GetPosition(); -- cgit v1.2.3