Update: CC - SnailRunner - Before Render (94xi7aitax.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 03:21:02 +01:00
parent b83f83dfc8
commit fffbed7360
1 changed files with 4 additions and 4 deletions

View File

@ -37,9 +37,9 @@ this.sections.map(
section.right.position.x += diff;
if (section.left.position.x > 50) {
section.left.position.x -= 150;
section.road.position.x -= 150;
section.right.position.x -= 150;
section.left.position.x -= 200;
section.road.position.x -= 200;
section.right.position.x -= 200;
}
section.left.updateInstance('position');
@ -48,7 +48,7 @@ this.sections.map(
}
);
return;
//return;
var modified = false;