diff --git a/src/landscape/fow/C4FoWLightSection.cpp b/src/landscape/fow/C4FoWLightSection.cpp index 898e7b299..0ef4d77eb 100644 --- a/src/landscape/fow/C4FoWLightSection.cpp +++ b/src/landscape/fow/C4FoWLightSection.cpp @@ -781,7 +781,7 @@ std::list C4FoWLightSection::CalculateTriangles(C4FoWRegion * tri.fadeRY = tri.fanRY + d * dy; // Do the fades cross? - const double fadeCrossEta = 0.01 + const double fadeCrossEta = 0.01; if ((tri.fadeRX - lightRX) / (tri.fadeRY - lightRY) < (tri.fadeLX - lightRX) / (tri.fadeLY - lightRY) + fadeCrossEta) {