mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-23 05:56:52 +00:00
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:
commit
6fcc8ff816
@ -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