From c0b81150298ce9f2f21da42f26a57fe59a93bb77 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 5 Aug 2018 04:40:01 +0500 Subject: Replaced usage of old texture atlas --- src/RendererSectionData.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/RendererSectionData.hpp') diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index 134eef6..a60f671 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -26,6 +26,7 @@ struct SectionsData { struct RendererSectionData { std::vector models; std::vector textures; + std::vector textureLayers; std::vector colors; std::vector lights; size_t hash = 0; -- cgit v1.2.3