From c0a73ef89d13841fa98b8541ea801cfaa817eb35 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 7 Jun 2012 11:57:51 +0000 Subject: Repeaters' delays can be set by rclk git-svn-id: http://mc-server.googlecode.com/svn/trunk@570 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/LightingThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/LightingThread.h') diff --git a/source/LightingThread.h b/source/LightingThread.h index 0f8b59441..b1ff0d33f 100644 --- a/source/LightingThread.h +++ b/source/LightingThread.h @@ -157,7 +157,7 @@ protected: { if (a_Light[a_SrcIdx] <= a_Light[a_DstIdx] + g_BlockSpreadLightFalloff[m_BlockTypes[a_DstIdx]]) { - // The dest block already has enough light than we're offerring + // We're not offering more light than the dest block already has return; } -- cgit v1.2.3