1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 20:33:34 +02:00

fricking debugging man

This commit is contained in:
Pomax
2020-08-08 13:21:05 -07:00
parent ad83fb53d8
commit 975dcb1168

View File

@@ -76,6 +76,7 @@ class GraphicsAPI extends BaseAPI {
}
setMovable(points) {
console.log(points);
points.forEach((p) => this.moveable.push(p));
}