From e7fd6c8f30cd1161496831859da403eaa34fdf89 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Mar 2019 15:17:46 +1100 Subject: Cleanup: comment blocks --- source/blender/draw/engines/eevee/eevee_lights.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/engines/eevee/eevee_lights.c') diff --git a/source/blender/draw/engines/eevee/eevee_lights.c b/source/blender/draw/engines/eevee/eevee_lights.c index db7d5be7cf6..05e5127f950 100644 --- a/source/blender/draw/engines/eevee/eevee_lights.c +++ b/source/blender/draw/engines/eevee/eevee_lights.c @@ -721,7 +721,7 @@ static void eevee_light_setup(Object *ob, EEVEE_Light *evli) * Point are distributed in a way that when they are orthogonaly * projected into any plane, the resulting distribution is (close to) * a uniform disc distribution. - **/ + */ static void sample_ball(int sample_ofs, float radius, float rsample[3]) { double ht_point[3]; -- cgit v1.2.3