summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.hpp
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2022-12-15 11:53:56 +0100
committerLaG1924 <lag1924@gmail.com>2022-12-15 11:53:56 +0100
commit12923669214ba73a809f4e221a634244888b0146 (patch)
tree9fe8a85f8fc9a5e3fa9f4e6a9418144090595730 /src/RendererSectionData.hpp
parentFixed OpenSans font downloading (diff)
downloadAltCraft-12923669214ba73a809f4e221a634244888b0146.tar
AltCraft-12923669214ba73a809f4e221a634244888b0146.tar.gz
AltCraft-12923669214ba73a809f4e221a634244888b0146.tar.bz2
AltCraft-12923669214ba73a809f4e221a634244888b0146.tar.lz
AltCraft-12923669214ba73a809f4e221a634244888b0146.tar.xz
AltCraft-12923669214ba73a809f4e221a634244888b0146.tar.zst
AltCraft-12923669214ba73a809f4e221a634244888b0146.zip
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r--src/RendererSectionData.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp
index 0f9ade6..ac69bff 100644
--- a/src/RendererSectionData.hpp
+++ b/src/RendererSectionData.hpp
@@ -68,7 +68,8 @@ struct VertexData {
};
struct RendererSectionData {
- std::vector<VertexData> vertices;
+ std::vector<VertexData> solidVertices;
+ std::vector<VertexData> liquidVertices;
size_t hash = 0;
Vector sectionPos;
bool forced = false;