1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-28 00:59:00 +02:00

flattening

This commit is contained in:
Pomax
2020-08-11 18:21:07 -07:00
parent b064c931a5
commit 4e1c844c1d
15 changed files with 190 additions and 104 deletions

View File

@@ -89,7 +89,6 @@ class GraphicsAPI extends BaseAPI {
} else {
for (let i = 0, e = this.moveable.length, p; i < e; i++) {
p = this.moveable[i];
console.log(p, this.cursor);
if (new Vector(p).dist(this.cursor) <= 5) {
this.setCursor(this.HAND);
return; // NOTE: this is a return, not a break.