mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-20 21:20:55 +00:00
I really wonder why scale ever worked... ;)
This commit is contained in:
parent
3f3e053775
commit
e59ff76849
@ -310,7 +310,7 @@ for my $m(@{$options->{maps}})
|
||||
or die "-bsp: $?";
|
||||
if($prescale != 1)
|
||||
{
|
||||
q3map2 '-scale', @{$options->{scale}}, $prescale, "$m.bsp"
|
||||
q3map2 '-scale', $prescale, "$m.bsp"
|
||||
or die "-scale: $?";
|
||||
rename "${m}_s.bsp", "$m.bsp"
|
||||
or die "rename ${m}_s.bsp $m.bsp: $!";
|
||||
@ -342,7 +342,7 @@ for my $m(@{$options->{maps}})
|
||||
|
||||
if($postscale != 1)
|
||||
{
|
||||
q3map2 '-scale', @{$options->{scale}}, $postscale, "$m.bsp"
|
||||
q3map2 '-scale', $postscale, "$m.bsp"
|
||||
or die "-scale: $?";
|
||||
rename "${m}_s.bsp", "$m.bsp"
|
||||
or die "rename ${m}_s.bsp $m.bsp: $!";
|
||||
|
Loading…
Reference in New Issue
Block a user