diff options
Diffstat (limited to '')
-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;
}
|