Skip to content

Commit

Permalink
Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
bjwbell committed May 28, 2013
1 parent 1530d05 commit cf34c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Vector(x, y){
var canvas = getCanvas();
context = canvas.getContext('2d');
context.strokeStyle = this.color; //black
//context.fillRect(this.x, this.y, 5, 5);
// Let's subtract half of the width and height of the fillRect so that it'll look exactly the point where it
// interesect
context.fillRect(this.x-2.5, this.y-2.5, 5, 5);
Expand Down

0 comments on commit cf34c24

Please sign in to comment.