]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge branch 't0uYK8Ne/map-compiler-order' into 'master'
authorMirio <opivy@hotmail.de>
Tue, 28 Feb 2017 17:18:32 +0000 (17:18 +0000)
committerMirio <opivy@hotmail.de>
Tue, 28 Feb 2017 17:18:32 +0000 (17:18 +0000)
Scale the map after the lightmap has been rendered

See merge request !23

misc/tools/xonotic-map-compiler

index 8938cdc6f36e2965aa5f32121af041ee05d1cacc..f21daaf8dd6d9a6f591d757a6341fa4fb149492a 100755 (executable)
@@ -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