From 922f1ef4b4ef0033f779e45dafd74595672f3de7 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Thu, 29 Jun 2017 10:41:49 +0100 Subject: Some tweaks --- particle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'particle.js') 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; } } -- cgit v1.2.1