Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Mar 4, 2017
1 parent 3b4c358 commit f2ed835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
};
Expand Down

0 comments on commit f2ed835

Please # to comment.