From: Rudolf Polzer <divverent@alientrap.org>
Date: Fri, 22 Oct 2010 07:30:20 +0000 (+0200)
Subject: let's use the samples preset 4 for random samples
X-Git-Tag: xonotic-v0.1.0preview~117
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=abea75c9f9a4c6a8dec8f9a01b384577d9108d70;p=xonotic%2Fxonotic.git

let's use the samples preset 4 for random samples
---

diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler
index ec69572c..852d5c5a 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 128 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
+	our $LIGHTFLAGS  = '-lightmapsearchpower 3 -deluxe -patchshadows -randomsamples -samples 4 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
 
 	# Default flags for the -minimap stage
 	our $MINIMAPFLAGS = '';