diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Q3MAP_FLAGS += -fs_basepath $(FS_BASEPATH) -fs_homebase $(FS_HOMEBASE) \ FAST ?= 0 ifeq ($(FAST), 0) - Q3MAP_BSP += -leaktest -meta -custinfoparms + Q3MAP_BSP += -leaktest -meta -custinfoparms -samplesize 8 Q3MAP_VIS += -vis Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ -dirtdepth 32 -fastbounce -patchshadows -samples 3 \ |