mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-02 04:42:43 +02:00
fricking debugging man
This commit is contained in:
@@ -42,7 +42,7 @@ class GraphicsAPI extends BaseAPI {
|
|||||||
for (let i = 0, e = this.moveable.length, p; i < e; i++) {
|
for (let i = 0, e = this.moveable.length, p; i < e; i++) {
|
||||||
p = this.moveable[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) {
|
if (new Vector(p).dist(this.cursor) <= cdist) {
|
||||||
this.currentPoint = p;
|
this.currentPoint = p;
|
||||||
|
Reference in New Issue
Block a user