X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=58e1e75fcc3edf0c1b560f8b22234454a2811caf;hb=8fa0fcb4cb1e63a3f008ba9024c862716e79beb5;hp=58c8e6c7aa59b691bbd0ad40216b43ae8f1b3a59;hpb=247f1d6e6902b6181a1ce628e90686f942fc9948;p=xonotic%2Fxonotic.git diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 58c8e6c7..58e1e75f 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -25,7 +25,7 @@ use File::Temp; our $VISFLAGS = ''; # Default flags for the -light stage - our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';