From 8e46bd3205bbf85503dc0020d28068fe4fd1d382 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 16 Jan 2017 17:01:28 +0100 Subject: Remove -shade from q3map options. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfb3bab..f5c47c2 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 -shade + -samplesize 8 -cpma FAST ?= 0 ifeq ($(FAST), 1) -- cgit