mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-06 06:55:48 -07:00
Don't use that variable outside of scope.
This was SVN commit r17913.
This commit is contained in:
parent
31fe2770f6
commit
d5059e8e23
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ for (let i = 0; i < teams.length; ++i)
|
|||
let bbDist = 10;
|
||||
let bbX = round(fx + bbDist * cos(bbAngle));
|
||||
let bbZ = round(fz + bbDist * sin(bbAngle));
|
||||
group = new SimpleGroup(
|
||||
let group = new SimpleGroup(
|
||||
[new SimpleObject(oFruitBush, 5, 5, 0, 3)],
|
||||
true, clBaseResource, bbX, bbZ
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue