summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-08 22:44:17 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-08 22:44:17 +0100
commita4d017a3f2b841788f7e47669c0d0cac9c3f31c8 (patch)
treead14b1f27ee9dff35aaed29e67cb3a912bd5bb46 /src/RendererSectionData.hpp
parentSome parsing optimizations (diff)
downloadAltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar.gz
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar.bz2
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar.lz
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar.xz
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.tar.zst
AltCraft-a4d017a3f2b841788f7e47669c0d0cac9c3f31c8.zip
Diffstat (limited to '')
-rw-r--r--src/RendererSectionData.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp
index ca652f4..42e1a06 100644
--- a/src/RendererSectionData.hpp
+++ b/src/RendererSectionData.hpp
@@ -15,6 +15,7 @@ struct RendererSectionData {
std::vector<glm::vec2> lights;
size_t hash = 0;
Vector sectionPos;
+ bool forced = false;
};
RendererSectionData ParseSection(World *world, Vector sectionPosition); \ No newline at end of file