From: Rudolf Polzer Date: Sun, 31 Oct 2010 11:53:46 +0000 (+0100) Subject: put -fill in the default light flags X-Git-Tag: xonotic-v0.1.0preview~104 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=08b467d54da6a6f512e0815b8855f0facf26bb1b put -fill in the default light flags --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 852d5c5a..73cb2197 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 = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid'; + our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid -fill'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';