summaryrefslogtreecommitdiffstats
path: root/src/LightingThread.cpp
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-22 16:04:29 +0100
committermadmaxoft <github@xoft.cz>2013-12-31 09:16:43 +0100
commit8e7e990cfe5be08030ff2b7e0323c9bf64b15201 (patch)
tree322519c23bc302477f8bd4fbd8f93499eeb0a985 /src/LightingThread.cpp
parenttake Z axis into account when calculating neighboors in LightingThread::ChunkReady (diff)
downloadcuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar.gz
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar.bz2
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar.lz
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar.xz
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.tar.zst
cuberite-8e7e990cfe5be08030ff2b7e0323c9bf64b15201.zip
Diffstat (limited to 'src/LightingThread.cpp')
-rw-r--r--src/LightingThread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp
index d9c41481a..7c3cc9c76 100644
--- a/src/LightingThread.cpp
+++ b/src/LightingThread.cpp
@@ -495,6 +495,7 @@ void cLightingThread::CalcLightStep(
int & a_NumSeedsOut, unsigned char * a_IsSeedOut, unsigned int * a_SeedIdxOut
)
{
+ UNUSED(a_IsSeedIn);
int NumSeedsOut = 0;
for (int i = 0; i < a_NumSeedsIn; i++)
{