Hide the red debug circles.

This commit is contained in:
Starbeamrainbowlabs 2016-06-09 14:17:44 +01:00
parent ab6edde236
commit c21a727141
1 changed files with 2 additions and 2 deletions

View File

@ -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);