diff options
author | Nivesh Rajbhandari | 2012-03-06 11:28:16 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-06 11:28:16 -0800 |
commit | 2346d8ab9db06573d8672c64988c46b6c672e015 (patch) | |
tree | 2edfde6260bbb61ddb5764023baa131598bb377f /js/tools/modifier-tool-base.js | |
parent | ba62bfff53319ebf140663dc0bf8fbaf1692ff9a (diff) | |
download | ninja-2346d8ab9db06573d8672c64988c46b6c672e015.tar.gz |
Create drag plane parallel to working plane and offset by where the user clicked in z.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 7e950b03..80f7d758 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -171,7 +171,7 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
171 | // } | 171 | // } |
172 | // else | 172 | // else |
173 | // { | 173 | // { |
174 | this._dragPlane = snapManager.setupDragPlanes( hitRec ); | 174 | this._dragPlane = snapManager.setupDragPlanes( hitRec, true ); |
175 | // } | 175 | // } |
176 | } | 176 | } |
177 | 177 | ||