diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-08-21 10:35:30 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-08-21 10:35:30 +0200 |
commit | 069c14067c9a88316a288eab1e97bd99a17910e6 (patch) | |
tree | a74ec293423078ae9471043b5bd4dd0ef5cce4f0 /src/RendererSectionData.hpp | |
parent | More correct face culling for rotated blocks (diff) | |
download | AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar.gz AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar.bz2 AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar.lz AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar.xz AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.tar.zst AltCraft-069c14067c9a88316a288eab1e97bd99a17910e6.zip |
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r-- | src/RendererSectionData.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index e472e99..7153b05 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -22,6 +22,8 @@ struct SectionsData { Section bottom; Section north; Section south; + + BlockId GetBlockId(const Vector &pos) const; BlockLightness GetLight(const Vector &pos) const; |