diff --git a/gr0qs6v7dd.js b/gr0qs6v7dd.js index 814db87..dfabf7f 100644 --- a/gr0qs6v7dd.js +++ b/gr0qs6v7dd.js @@ -45,7 +45,7 @@ var tempTree = null; for (i = -(Math.PI / 4); i <= (Math.PI / 4); i += 0.1) { tempTree = treeLarge.cloneInstance(); tempTree.position.x = Math.sin(i) * 20; - tempTree.position.z = Math.cos(i) * 20; + tempTree.position.z = -1 * Math.cos(i) * 20; } //@ sourceURL=entityLoaded.js