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/RendererSection.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/RendererSection.hpp') diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index f172a12..c760678 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -12,6 +12,7 @@ class RendererSection { enum Vbos { MODELS = 0, TEXTURES, + LAYERS, COLORS, LIGHTS, VBOCOUNT, -- cgit v1.2.3