dirt: don't treat skybox as solid

git-svn-id: svn://svn.icculus.org/netradiant/trunk@133 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-11-28 10:15:18 +00:00
parent f177d06944
commit aed6728816

View File

@ -1562,7 +1562,7 @@ void DirtyRawLightmap( int rawLightmapNum )
trace.numSurfaces = lm->numLightSurfaces;
trace.surfaces = &lightSurfaces[ lm->firstLightSurface ];
trace.inhibitRadius = DEFAULT_INHIBIT_RADIUS;
trace.testAll = qfalse;
trace.testAll = qtrue;
/* twosided lighting (may or may not be a good idea for lightmapped stuff) */
trace.twoSided = qfalse;