From: Rudolf Polzer Date: Wed, 21 Jul 2010 14:06:30 +0000 (+0200) Subject: also add -fastbounce by default. Though there is no -bounce in the default settings... X-Git-Tag: xonotic-v0.1.0preview~345 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a1f2cac462857c10b999d64d7e98f550218e76c7 also add -fastbounce by default. Though there is no -bounce in the default settings, this allows bounces to be fast even if --no-fast is used. If you do not want this, also add --no-fastbounce. --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index e1495157..427ee971 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 -dirty'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';