From: t0uYK8Ne Date: Mon, 27 Feb 2017 16:17:06 +0000 (-0800) Subject: Scale the map after the lightmap has been rendered X-Git-Tag: xonotic-v0.8.2~7^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c77d3763846c52e8a5848b1650fb5d3620b18235;hp=331db7c58d2011091e7c35776c841497e19a8501 Scale the map after the lightmap has been rendered Fixes dark patches on maps that are scaled down. --- 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