]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Scale the map after the lightmap has been rendered 23/head
authort0uYK8Ne <t0uYK8Ne@protonmail.com>
Mon, 27 Feb 2017 16:17:06 +0000 (08:17 -0800)
committert0uYK8Ne <t0uYK8Ne@protonmail.com>
Mon, 27 Feb 2017 16:17:06 +0000 (08:17 -0800)
Fixes dark patches on maps that are scaled down.

misc/tools/xonotic-map-compiler

index 8938cdc6f36e2965aa5f32121af041ee05d1cacc..f21daaf8dd6d9a6f591d757a6341fa4fb149492a 100755 (executable)
@@ -31,7 +31,7 @@ use File::Temp;
        our $MINIMAPFLAGS = '';
 
        # Default order of commands
        our $MINIMAPFLAGS = '';
 
        # Default order of commands
-       our $ORDER = 'vis,scale,light';
+       our $ORDER = 'vis,light,scale';
 
 # end of user changable part
 
 
 # end of user changable part