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:11:53 -07:00
parent deda62b17b
commit ad83fb53d8

View File

@@ -42,7 +42,7 @@ class GraphicsAPI extends BaseAPI {
for (let i = 0, e = this.moveable.length, p; i < e; i++) {
p = this.moveable[i];
console.log(`m check:`, p);
console.log(`m check:`, p, this.cursor);
if (new Vector(p).dist(this.cursor) <= cdist) {
this.currentPoint = p;