]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix compile error
authorRudolf Polzer <divverent@alientrap.org>
Wed, 22 Sep 2010 06:28:00 +0000 (08:28 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 22 Sep 2010 06:28:00 +0000 (08:28 +0200)
tools/quake3/q3map2/light_ydnar.c

index c1bab3df5e85316a9644aaebc13cfaf548180c56..dc4c692fd3d792327e13b243fd929b5a74177eed 100644 (file)
@@ -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;