X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=30000674b4c29d0523b8f514af6a7bd11fb757a1;hp=7bdd58e904d3cf744ad7bcb35f7d1bd057f710f5;hb=cd1034fc6778781e8caab275ab7574011b155069;hpb=0697dbc8ea167290e2cf3c3cae075b957737e943 diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 7bdd58e9..30000674 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 -bounce 8 -fastbounce -bouncegrid'; + our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512'; # Default flags for the -minimap stage our $MINIMAPFLAGS = '';