diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-16 17:01:28 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-16 17:01:28 +0100 |
commit | 8e46bd3205bbf85503dc0020d28068fe4fd1d382 (patch) | |
tree | 421d7b7784d2b91d075e2dea4ef394ae8e154aad | |
parent | f209a0c798ec6c7b0a5b4f2beaaa33eda708edfc (diff) |
Remove -shade from q3map options.
-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 -shade + -samplesize 8 -cpma FAST ?= 0 ifeq ($(FAST), 1) |