add default options -fast and -dirty. If you do not want them, add --no-fast or --no-dirty behind the + in your map options file

This commit is contained in:
Rudolf Polzer 2010-07-21 16:02:35 +02:00
parent 6b75ef0f42
commit e2cc38fb4e

View File

@ -25,7 +25,7 @@ use File::Temp;
our $VISFLAGS = '';
# Default flags for the -light stage
our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512';
our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -dirty';
# Default flags for the -minimap stage
our $MINIMAPFLAGS = '';