projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d746174
)
put -fill in the default light flags
author
Rudolf Polzer <divverent@alientrap.org>
Sun, 31 Oct 2010 11:53:46 +0000
(12:53 +0100)
committer
Rudolf Polzer <divverent@alientrap.org>
Sun, 31 Oct 2010 11:53:46 +0000
(12:53 +0100)
misc/tools/xonotic-map-compiler
patch
|
blob
|
history
diff --git
a/misc/tools/xonotic-map-compiler
b/misc/tools/xonotic-map-compiler
index 852d5c5a1e157cfb3d0af2a09785bb7f2abb7645..73cb21971402799627142746ef14031972104002 100755
(executable)
--- 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 = '';