X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=e14951574773dc7fb059411105283ca65c5168a4;hp=12be54ad7d0848cfcba200316255aa50073c0dd7;hb=e2cc38fb4e426bfc73c5bf387a6c39ec734c1920;hpb=6b75ef0f42588e5fd1e0e35d948f9acb83e02abc diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 12be54ad..e1495157 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 = '-deluxe -patchshadows -samples 3 -lightmapsize 512'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -dirty'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';