diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-30 13:16:49 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-30 13:16:49 +0100 |
commit | 7efab6c28a201706381b01469987afb11c7b091b (patch) | |
tree | 4729f514ceed6af427eb0c0cc90f94f2434bbb84 /Makefile | |
parent | 035519a0e70c02cfebb674381d61bb51a81539be (diff) |
Some more work on NSA, still barely done.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Q3MAP_FLAGS += -fs_basepath $(FS_BASEPATH) -fs_homebase $(FS_HOMEBASE) \ Q3MAP_BSP += -leaktest -meta Q3MAP_VIS += -vis Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ - -dirtdepth 32 -fastbounce -patchshadows -samples 8 \ + -dirtdepth 32 -fastbounce -patchshadows -samples 3 \ -samplesize 8 -cpma FAST ?= 0 |