diff options
Diffstat (limited to '')
-rw-r--r-- | src/RendererSection.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |