mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 19:05:09 +00:00
don't need -minsamplesize any more, it just was a workaround for map breakage in Nexuiz
This commit is contained in:
parent
3848446114
commit
8306d9d7a7
@ -19,7 +19,7 @@ use File::Temp;
|
||||
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic-data.pk3 -fs_forbiddenpath xonotic-data.pk3dir -fs_forbiddenpath xonotic-nexcompat.pk3 -fs_forbiddenpath xonotic-nexcompat.pk3dir';
|
||||
|
||||
# Default flags for the -bsp stage
|
||||
our $BSPFLAGS = '-meta -maxarea -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
|
||||
our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000';
|
||||
|
||||
# Default flags for the -vis stage
|
||||
our $VISFLAGS = '';
|
||||
|
Loading…
Reference in New Issue
Block a user