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 */
|
/* sample light */
|
||||||
|
|
||||||
LightContributionToSample( trace );
|
LightContributionToSample( trace );
|
||||||
if(trace.forceSubsampling)
|
if(trace->forceSubsampling)
|
||||||
{
|
{
|
||||||
/* alphashadow: we subsample as deep as we can */
|
/* alphashadow: we subsample as deep as we can */
|
||||||
++lighted;
|
++lighted;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user