X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler;h=f21daaf8dd6d9a6f591d757a6341fa4fb149492a;hp=8938cdc6f36e2965aa5f32121af041ee05d1cacc;hb=c77d3763846c52e8a5848b1650fb5d3620b18235;hpb=331db7c58d2011091e7c35776c841497e19a8501 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