From c77d3763846c52e8a5848b1650fb5d3620b18235 Mon Sep 17 00:00:00 2001 From: t0uYK8Ne Date: Mon, 27 Feb 2017 08:17:06 -0800 Subject: [PATCH] Scale the map after the lightmap has been rendered Fixes dark patches on maps that are scaled down. --- misc/tools/xonotic-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 8938cdc6..f21daaf8 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -31,7 +31,7 @@ use File::Temp; our $MINIMAPFLAGS = ''; # Default order of commands - our $ORDER = 'vis,scale,light'; + our $ORDER = 'vis,light,scale'; # end of user changable part -- 2.39.2