Merge branch 't0uYK8Ne/map-compiler-order' into 'master'

Scale the map after the lightmap has been rendered

See merge request !23
This commit is contained in:
Mirio 2017-02-28 17:18:32 +00:00
commit 6fcc8ff816

View File

@ -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