summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.hpp
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2021-12-25 07:37:53 +0100
committerLaG1924 <lag1924@gmail.com>2021-12-25 07:37:53 +0100
commit9feb51764077093a95a7b98af4b936a242096087 (patch)
tree51d377a4560a7e12b3b404b0b043d9f64981caf3 /src/RendererSectionData.hpp
parentAdded smooth lighting (diff)
downloadAltCraft-9feb51764077093a95a7b98af4b936a242096087.tar
AltCraft-9feb51764077093a95a7b98af4b936a242096087.tar.gz
AltCraft-9feb51764077093a95a7b98af4b936a242096087.tar.bz2
AltCraft-9feb51764077093a95a7b98af4b936a242096087.tar.lz
AltCraft-9feb51764077093a95a7b98af4b936a242096087.tar.xz
AltCraft-9feb51764077093a95a7b98af4b936a242096087.tar.zst
AltCraft-9feb51764077093a95a7b98af4b936a242096087.zip
Diffstat (limited to '')
-rw-r--r--src/RendererSectionData.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp
index 9eb99ad..0f9ade6 100644
--- a/src/RendererSectionData.hpp
+++ b/src/RendererSectionData.hpp
@@ -74,4 +74,4 @@ struct RendererSectionData {
bool forced = false;
};
-RendererSectionData ParseSection(const SectionsData &sections); \ No newline at end of file
+RendererSectionData ParseSection(const SectionsData &sections, bool smoothLighting);