Update: CC - Entity Loaded - Moorcow (gr0qs6v7dd.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-08 14:57:09 +01:00
parent a9d6516092
commit 156149761e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var scene = GameLib.EntityManager.Instance.findComponentById('lpdxa66480');
var i = 0;
var tempTree = null;
for (i = 1); i <= 10); i += 1) {
for (i = 1; i <= 10; i += 1) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.sin(i) * 50;
tempTree.position.z = -1 * Math.cos(i) * 50;