aboutsummaryrefslogtreecommitdiff
path: root/particle.js
diff options
context:
space:
mode:
Diffstat (limited to 'particle.js')
-rw-r--r--particle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/particle.js b/particle.js
index b6b116c..bfafa87 100644
--- a/particle.js
+++ b/particle.js
@@ -47,6 +47,6 @@ function Particle(x, y, m, c) {
dist(x1, y1, this.pos.x, this.pos.y) +
dist(this.pos.x, this.pos.y, x2, y2) -
dist(x1, y1, x2, y2)
- ) < 1;
+ ) < 2;
}
}