From e17c4659fa358c2ace32c5aef37616bcb2152eec Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 15 May 2015 22:24:25 -0600 Subject: [PATCH] tidying --- include/light/light.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/light/light.h b/include/light/light.h index e3f008b6..4b838272 100644 --- a/include/light/light.h +++ b/include/light/light.h @@ -75,14 +75,13 @@ qboolean TestLight(const vec3_t start, const vec3_t stop, const dmodel_t *self); typedef struct { vec_t light; vec3_t color; - vec3_t direction; + vec3_t direction; } lightsample_t; typedef struct { const dmodel_t *model; qboolean shadowself; lightsample_t minlight; - //float lightmapscale; vec3_t offset; qboolean nodirt; } modelinfo_t;