diff options
Diffstat (limited to 'src/Section.hpp')
-rw-r--r-- | src/Section.hpp | 2 |
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; |