From: Rudolf Polzer Date: Thu, 17 Jun 2010 13:26:49 +0000 (+0200) Subject: save the options my build machine actually uses X-Git-Tag: xonotic-v0.1.0preview~415 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=cd1034fc6778781e8caab275ab7574011b155069 save the options my build machine actually uses --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 7bdd58e9..30000674 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 -bounce 8 -fastbounce -bouncegrid'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';