aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }