summaryrefslogtreecommitdiffstats
path: root/src/RendererSection.hpp
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2021-06-27 18:31:00 +0200
committerLaG1924 <lag1924@gmail.com>2021-06-27 18:31:00 +0200
commit5a6aaf633ce217f828d981cd8c55951ada67e2df (patch)
tree4719852bbba79f005a95be8d632a32200abcf142 /src/RendererSection.hpp
parentMerge pull request #63 from LaG1924/ftr/cmake-minor-improvements (diff)
downloadAltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar.gz
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar.bz2
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar.lz
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar.xz
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.tar.zst
AltCraft-5a6aaf633ce217f828d981cd8c55951ada67e2df.zip
Diffstat (limited to 'src/RendererSection.hpp')
-rw-r--r--src/RendererSection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp
index 29b5db1..dd01c49 100644
--- a/src/RendererSection.hpp
+++ b/src/RendererSection.hpp
@@ -10,7 +10,7 @@ class RendererSectionData;
class RendererSection {
enum Vbos {
- MODELS = 0,
+ POSITIONS = 0,
TEXTURES,
LAYERS,
FRAMES,
@@ -21,7 +21,7 @@ class RendererSection {
GLuint Vao = { 0 };
GLuint Vbo[VBOCOUNT] = { 0 };
- static GLuint VboVertices, VboUvs;
+ static GLuint VboUvs;
size_t hash;
Vector sectionPos;