From cf647ebf504eb523d822fa79622cb59d009680da Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 13 Mar 2018 19:30:05 +0500 Subject: Implemented basic lighting --- src/Section.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Section.hpp') 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; -- cgit v1.2.3