From 382e2da9a032c4b7cda4de9d3aa5043794118a88 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 22 Sep 2010 08:28:00 +0200 Subject: [PATCH] fix compile error --- tools/quake3/q3map2/light_ydnar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/light_ydnar.c b/tools/quake3/q3map2/light_ydnar.c index c1bab3d..dc4c692 100644 --- a/tools/quake3/q3map2/light_ydnar.c +++ b/tools/quake3/q3map2/light_ydnar.c @@ -1817,7 +1817,7 @@ static void SubsampleRawLuxel_r( rawLightmap_t *lm, trace_t *trace, vec3_t sampl /* sample light */ LightContributionToSample( trace ); - if(trace.forceSubsampling) + if(trace->forceSubsampling) { /* alphashadow: we subsample as deep as we can */ ++lighted; -- 2.39.2