]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
also add -fastbounce by default. Though there is no -bounce in the default settings...
authorRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:06:30 +0000 (16:06 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:06:30 +0000 (16:06 +0200)
misc/tools/xonotic-map-compiler

index e14951574773dc7fb059411105283ca65c5168a4..427ee97103200293a248bcd4f57ebb6a6271a207 100755 (executable)
@@ -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 = '';