diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-14 17:40:41 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-14 17:40:41 +0100 |
commit | 3db1243687dc6669e2a230f96f96b5a0392e7e58 (patch) | |
tree | 3d7d604881c3dcab68e2a07429b171a18fee0fd4 /Makefile | |
parent | 3c6ba8327b417fb0652b462744d610e29be4fb92 (diff) |
More work on p10.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |