summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clientmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientmap.cpp b/src/clientmap.cpp
index 3aa8af848..7bf6b2f46 100644
--- a/src/clientmap.cpp
+++ b/src/clientmap.cpp
@@ -543,6 +543,7 @@ static bool getVisibleBrightness(Map *map, v3f p0, v3f dir, float step,
float newd = 2*BS;
pf = p0 + dir * 2*newd;
distance = newd;
+ sunlight_min_d = 0;
}
}
for(int i=0; distance < end_distance; i++){