diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 8938cdc..f21daaf 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