diff --git a/gr0qs6v7dd.js b/gr0qs6v7dd.js index 1cc74cb..a09426d 100644 --- a/gr0qs6v7dd.js +++ b/gr0qs6v7dd.js @@ -50,22 +50,22 @@ for (i = 1; i <= 10; i += 1) { tempTree.position.x = Math.cos(i) * 50; tempTree.position.z = -1 * Math.sin(i) * 60; - if (i === 3) { + if (i === 4) { tempTree.position.x = -55.42; tempTree.position.z = 12.01; } - if (i === 4) { + if (i === 5) { tempTree.position.x = 48.84; tempTree.position.z = -13.59; } - if (i === 7) { + if (i === 8) { tempTree.position.x = 12.63; tempTree.position.z = -77.27; } - if (i === 9) { + if (i === 10) { tempTree.position.z = -45.43; }