Scale the map after the lightmap has been rendered

Fixes dark patches on maps that are scaled down.
This commit is contained in:
t0uYK8Ne 2017-02-27 08:17:06 -08:00
parent 331db7c58d
commit c77d376384

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