From b43916a483bcb2beb1c07744f64d2f193642c315 Mon Sep 17 00:00:00 2001 From: "Marc A. Mauger" Date: Thu, 19 Jan 2012 13:43:36 -0800 Subject: [PATCH] removed jaw guides --- source/js/mylibs/PoolTable.coffee | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/js/mylibs/PoolTable.coffee b/source/js/mylibs/PoolTable.coffee index b97f0fa..fb46049 100644 --- a/source/js/mylibs/PoolTable.coffee +++ b/source/js/mylibs/PoolTable.coffee @@ -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