diff --git a/index.js b/index.js index e97d909..26405c7 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,6 @@ view.className = styles.canvas; const init = () => { document.body.appendChild(view); buildRoad(renderer, 1000, road => { - road.position.set(50, 50); stage.addChild(road); }); };