]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler
Scale the map after the lightmap has been rendered
[xonotic/xonotic.git] / 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