mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 19:05:09 +00:00
Scale the map after the lightmap has been rendered
Fixes dark patches on maps that are scaled down.
This commit is contained in:
parent
331db7c58d
commit
c77d376384
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user