From 4aec51ee6976f1ca7596d3870689bb761fffd56d Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 6 Mar 2018 20:04:56 +0500 Subject: Simplified Section class --- src/Section.cpp | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'src/Section.cpp') diff --git a/src/Section.cpp b/src/Section.cpp index 2f72411..71937e2 100644 --- a/src/Section.cpp +++ b/src/Section.cpp @@ -52,26 +52,6 @@ Section::Section(Vector pos, unsigned char bitsPerBlock, std::vectorblock = other.block; - this->light = other.light; - this->sky = other.sky; - this->bitsPerBlock = other.bitsPerBlock; - this->palette = other.palette; - this->hash = other.hash; - this->worldPosition = other.worldPosition; -} - Vector Section::GetPosition() const { return worldPosition; } -- cgit v1.2.3