diff --git a/light/entities.c b/light/entities.c index 578ae432..71bfa6c0 100644 --- a/light/entities.c +++ b/light/entities.c @@ -1061,7 +1061,7 @@ static void CreateSurfaceLightOnFaceSubdivision(const bsp2_dface_t *face, const } offset = atof(ValueForKey(surflight_template, "_surface_offset")); - if (offset <= 0) + if (offset == 0) offset = 2.0; VectorMA(midpoint, offset, normal, midpoint);