Merge branch 'Spike29/disable_q3map2_backsplash' into 'master'

Disable q3map2 backsplash by default (in the -light stage)

See merge request xonotic/xonotic!105
This commit is contained in:
bones_was_here 2023-08-05 15:51:18 +00:00
commit b365828447

View File

@ -25,7 +25,7 @@ use File::Temp;
our $VISFLAGS = '';
# Default flags for the -light stage
our $LIGHTFLAGS = '-lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill';
our $LIGHTFLAGS = '-lightmapsize 1024 -lightmapsearchpower 4 -fastallocate -deluxe -patchshadows -samples 4 -randomsamples -bounce 8 -fastbounce -bouncegrid -nobouncestore -dirty -dirtdepth 64 -dirtscale 0.8 -fill -backsplash 0 0';
# Default flags for the -minimap stage
our $MINIMAPFLAGS = '';