DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
290 stars 43 forks source link

Invert the supercontents test when setting skynoshadowtexture on sky surfaces #221

Open hemebond opened 1 week ago

hemebond commented 1 week ago

Inverts the contents test in Mod_Q1BSP_AssignNoShadowSkySurfaces when determining whether or not to set skynoshadowtexture on a sky surface. This now means that sky surfaces touching the void will block rtlights, but other sky surfaces, like that in e1m5, will not.

Fixes #220