Skip to content

Commit

Permalink
add comment about the need to remove fudging
Browse files Browse the repository at this point in the history
  • Loading branch information
NakedMoleRatScientist committed Mar 31, 2012
1 parent 2512427 commit a631610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modes/game_draw_mode.coffee
Expand Up @@ -50,7 +50,7 @@ class GameDrawMode extends DrawMode
@p5.textFont("monospace",13)
dirty = drawFloatText(m,@p5)
if dirty != false
width = Math.round(dirty.width / 20) + 1 #ugly hack
width = Math.round(dirty.width / 20) + 1 #ugly hack. need to figure out a solution that doesn't require fudging
height = Math.round(dirty.height / 20) + 1
x = Math.floor(dirty.x / 20)
y = Math.floor(dirty.y / 20)
Expand Down

0 comments on commit a631610

Please sign in to comment.