Skip to content

Commit

Permalink
fix error all object dissapear when line created
Browse files Browse the repository at this point in the history
  • Loading branch information
rifaldyaristya committed Feb 23, 2021
1 parent a0909a8 commit f00282b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion point.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ class Point {
}
movePoint(newX, newY) {
this.vertices = [newX, newY, -0.5];
renderAll();
}
}

0 comments on commit f00282b

Please sign in to comment.