From c21a7271412b60aca3492ee62d38ceb77c6a426e Mon Sep 17 00:00:00 2001 From: sbrl Date: Thu, 9 Jun 2016 14:17:44 +0100 Subject: [PATCH] Hide the red debug circles. --- HillSet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HillSet.js b/HillSet.js index 900bf33..8e4a870 100644 --- a/HillSet.js +++ b/HillSet.js @@ -65,10 +65,10 @@ class HillSet context.save(); context.translate(this.pos.x, this.pos.y); - context.fillStyle = "red"; + /*context.fillStyle = "red"; context.beginPath(); context.ellipse(0, 0, 10, 10, 0, 0, Math.PI * 2, false); - context.fill(); + context.fill();*/ context.beginPath(); context.moveTo(0, this.size.y);