mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-18 12:55:01 +00:00
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:
parent
6b75ef0f42
commit
e2cc38fb4e
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user