summaryrefslogtreecommitdiffstats
path: root/src/Section.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-13 15:30:05 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-13 16:41:49 +0100
commitcf647ebf504eb523d822fa79622cb59d009680da (patch)
treeefaa792f312bb18db07c94d1460801209279ed3f /src/Section.hpp
parentFixed holes when block on section border destroyed (diff)
downloadAltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.gz
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.bz2
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.lz
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.xz
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.zst
AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.zip
Diffstat (limited to 'src/Section.hpp')
-rw-r--r--src/Section.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Section.hpp b/src/Section.hpp
index 7617c24..bc8b70b 100644
--- a/src/Section.hpp
+++ b/src/Section.hpp
@@ -25,7 +25,7 @@ public:
Section() = default;
BlockId GetBlockId(Vector pos) const;
-
+
unsigned char GetBlockLight(Vector pos) const;
unsigned char GetBlockSkyLight(Vector pos) const;