Skip to content

Commit

Permalink
removed jaw guides
Browse files Browse the repository at this point in the history
  • Loading branch information
simianarmy committed Jan 19, 2012
1 parent 04a6290 commit b43916a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/js/mylibs/PoolTable.coffee
Expand Up @@ -238,12 +238,12 @@ PoolTable = (ctxt, opts) ->
context.fillRect(voff.e(1), voff.e(2), tableSize, tableSize * 2)

# Draw the pocket corners
if DRAW_GUIDES
pt = $V([jawArcRadius, jawArcRadius, 0])
context.save()
context.strokeStyle = 'grey'
for j in jaws
drawJaw(j)
# if DRAW_GUIDES
# pt = $V([jawArcRadius, jawArcRadius, 0])
# context.save()
# context.strokeStyle = 'grey'
# for j in jaws
# drawJaw(j)

drawBalls = ->
for ball in balls when not ball.pocketed
Expand Down

0 comments on commit b43916a

Please sign in to comment.