From c62e2cd49649109f0135e56ee8add0dab2254d01 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 20 Aug 2017 20:21:29 +0500 Subject: 2017-08-20 --- src/RendererSection.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/RendererSection.hpp') diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index fe5e96b..9e5fd99 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -17,6 +17,7 @@ struct RendererSectionData { std::vector models; std::vector textures; std::vector colors; + std::vector lights; size_t hash; Vector sectionPos; @@ -24,7 +25,7 @@ struct RendererSectionData { }; class RendererSection { - GLuint Vao, VboTextures, VboModels, VboColors; + GLuint Vao, VboTextures, VboModels, VboColors, VboLights; static GLuint VboVertices, VboUvs; static std::map refCounterVbo; -- cgit v1.2.3