From 3db1243687dc6669e2a230f96f96b5a0392e7e58 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 14 Jan 2017 17:40:41 +0100 Subject: More work on p10. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5c47c2..dfb3bab 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ Q3MAP_BSP += -leaktest -meta -custinfoparms Q3MAP_VIS += -vis Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ -dirtdepth 32 -fastbounce -patchshadows -samples 3 \ - -samplesize 8 -cpma + -samplesize 8 -cpma -shade FAST ?= 0 ifeq ($(FAST), 1) -- cgit