Skip to content

Commit

Permalink
Another fleet dirty region increase.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVF committed Sep 8, 2010
1 parent 783142a commit e879513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/visualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var Visualizer = {
disp_y += -20 * Math.sin(angle) - 5;
ctx.fillText(fleet.numShips, disp_x, this.canvas.height - disp_y);

this.dirtyRegions.push([disp_x - 30 , this.canvas.height - disp_y - 30, 55, 55])
this.dirtyRegions.push([disp_x - 35 , this.canvas.height - disp_y - 35, 70, 70])
}
},

Expand Down

0 comments on commit e879513

Please sign in to comment.