diff options
Diffstat (limited to '')
-rw-r--r-- | src/Section.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Section.hpp b/src/Section.hpp index bda3584..7a7a3d0 100644 --- a/src/Section.hpp +++ b/src/Section.hpp @@ -37,9 +37,9 @@ public: BlockId GetBlockId(Vector pos) const; - unsigned char GetBlockLight(Vector pos); + unsigned char GetBlockLight(Vector pos) const; - unsigned char GetBlockSkyLight(Vector pos); + unsigned char GetBlockSkyLight(Vector pos) const; void SetBlockId(Vector pos, BlockId value); |