projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331db7c
)
Scale the map after the lightmap has been rendered
23/head
author
t0uYK8Ne <t0uYK8Ne@protonmail.com>
Mon, 27 Feb 2017 16:17:06 +0000
(08:17 -0800)
committer
t0uYK8Ne <t0uYK8Ne@protonmail.com>
Mon, 27 Feb 2017 16:17:06 +0000
(08:17 -0800)
Fixes dark patches on maps that are scaled down.
misc/tools/xonotic-map-compiler
patch
|
blob
|
history
diff --git
a/misc/tools/xonotic-map-compiler
b/misc/tools/xonotic-map-compiler
index 8938cdc6f36e2965aa5f32121af041ee05d1cacc..f21daaf8dd6d9a6f591d757a6341fa4fb149492a 100755
(executable)
--- 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