aboutsummaryrefslogtreecommitdiff
path: root/js/tools
diff options
context:
space:
mode:
authorPushkar Joshi2012-04-06 11:42:44 -0700
committerPushkar Joshi2012-04-06 11:42:44 -0700
commitf61545fd7054088efc88aafffd78e11df80d750d (patch)
treec1e643b2fc8ed48235e0d086ad4afc37c5f24198 /js/tools
parent1a53fb6061688d3204e48d8617e9fed50a04b204 (diff)
downloadninja-f61545fd7054088efc88aafffd78e11df80d750d.tar.gz
improved comment about plane matrix (no real change)
Diffstat (limited to 'js/tools')
-rwxr-xr-xjs/tools/PenTool.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tools/PenTool.js b/js/tools/PenTool.js
index 96702756..61a254ea 100755
--- a/js/tools/PenTool.js
+++ b/js/tools/PenTool.js
@@ -588,8 +588,7 @@ exports.PenTool = Montage.create(ShapeTool, {
588 588
589 var drawData = this.getDrawingData(); 589 var drawData = this.getDrawingData();
590 if (drawData) { 590 if (drawData) {
591 //todo handle the case when the user does not click a point on the path canvas 591 //note that this plane matrix is set for the new subpath only if it doesn't already have one
592 // (we don't want to set the plane mat. to be set to some plane not on the canvas of the path)
593 if (!this._penPlaneMat) { 592 if (!this._penPlaneMat) {
594 this._penPlaneMat = drawData.planeMat; 593 this._penPlaneMat = drawData.planeMat;
595 } 594 }