From 281f89e84ab0853d36bb2ef5156032f18b016592 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 27 Jan 2018 13:51:59 +0100 Subject: Add -patchshadows to fast builds. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5c47c2..17ff158 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \ FAST ?= 0 ifeq ($(FAST), 1) - Q3MAP_LIGHT = -light -fast + Q3MAP_LIGHT = -light -fast -patchshadows endif MAPCAT ?= mapcat -- cgit