diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-07 13:57:51 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-07 13:57:51 +0200 |
commit | c0a73ef89d13841fa98b8541ea801cfaa817eb35 (patch) | |
tree | cfa795d9082cae65d8a03758e753cea8c1ad41fc /source/LightingThread.h | |
parent | Grass grows under vines (diff) | |
download | cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar.gz cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar.bz2 cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar.lz cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar.xz cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.tar.zst cuberite-c0a73ef89d13841fa98b8541ea801cfaa817eb35.zip |
Diffstat (limited to 'source/LightingThread.h')
-rw-r--r-- | source/LightingThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|