summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-01-14 17:40:41 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-01-14 17:40:41 +0100
commit3db1243687dc6669e2a230f96f96b5a0392e7e58 (patch)
tree3d7d604881c3dcab68e2a07429b171a18fee0fd4 /Makefile
parent3c6ba8327b417fb0652b462744d610e29be4fb92 (diff)
More work on p10.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)