From 069c14067c9a88316a288eab1e97bd99a17910e6 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 21 Aug 2018 13:35:30 +0500 Subject: More correct block rotating --- src/RendererSectionData.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/RendererSectionData.hpp') 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; -- cgit v1.2.3