diff options
author | LaG1924 <lag1924@gmail.com> | 2021-12-25 07:37:53 +0100 |
---|---|---|
committer | LaG1924 <lag1924@gmail.com> | 2021-12-25 07:37:53 +0100 |
commit | 9feb51764077093a95a7b98af4b936a242096087 (patch) | |
tree | 51d377a4560a7e12b3b404b0b043d9f64981caf3 /src/RendererSectionData.hpp | |
parent | Added smooth lighting (diff) | |
download | AltCraft-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.hpp | 2 |
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 §ions);
\ No newline at end of file +RendererSectionData ParseSection(const SectionsData §ions, bool smoothLighting); |