fix compile error
This commit is contained in:
parent
d14718daef
commit
382e2da9a0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user