diff options
author | hwc487 | 2012-04-11 16:01:33 -0700 |
---|---|---|
committer | hwc487 | 2012-04-11 16:01:33 -0700 |
commit | f522ce09d98bbb2812ed25bb942597d854d71a1c (patch) | |
tree | a186dce4bdd589ba6dd102b758f1670a3e1e61ba /js/tools/modifier-tool-base.js | |
parent | 2d21b01d6dd64af643f5f38818b57fcace05ea0b (diff) | |
download | ninja-f522ce09d98bbb2812ed25bb942597d854d71a1c.tar.gz |
Rotate3D tool changes
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index f9fd001c..2609ae9c 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -565,6 +565,7 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
565 | var pt = hitRec.getScreenPoint(); | 565 | var pt = hitRec.getScreenPoint(); |
566 | this.upPoint.x = pt[0]; | 566 | this.upPoint.x = pt[0]; |
567 | this.upPoint.y = pt[1]; | 567 | this.upPoint.y = pt[1]; |
568 | this.upPoint.z = pt[2]; | ||
568 | } | 569 | } |
569 | } | 570 | } |
570 | } | 571 | } |