diff options
author | Valerio Virgillito | 2012-02-28 13:17:55 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-28 13:17:55 -0800 |
commit | e5b1102f0cff7f5ba7074840ccf29dc1c02ced8e (patch) | |
tree | 3228242a101b366b1282a0c96651db0e52760e34 /js/tools/Translate3DToolBase.js | |
parent | 7c9291a5bab4abd849547f8878f6fb962fc88250 (diff) | |
parent | a70c62891d0c7dd032d9382c50d1555ab81c4e33 (diff) | |
download | ninja-e5b1102f0cff7f5ba7074840ccf29dc1c02ced8e.tar.gz |
Merge branch 'ToolFixes' of https://github.com/mqg734/ninja-internal into integration-candidate
Diffstat (limited to 'js/tools/Translate3DToolBase.js')
-rwxr-xr-x | js/tools/Translate3DToolBase.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tools/Translate3DToolBase.js b/js/tools/Translate3DToolBase.js index cbf76830..3d9191da 100755 --- a/js/tools/Translate3DToolBase.js +++ b/js/tools/Translate3DToolBase.js | |||
@@ -85,7 +85,6 @@ exports.Translate3DToolBase = Montage.create(ModifierToolBase, | |||
85 | { | 85 | { |
86 | // Reset to the identity matrix but retain the rotation values | 86 | // Reset to the identity matrix but retain the rotation values |
87 | item = this._targets[i]; | 87 | item = this._targets[i]; |
88 | elt = item.elt; | ||
89 | mat = item.mat.slice(0); | 88 | mat = item.mat.slice(0); |
90 | mat[12] = 0; | 89 | mat[12] = 0; |
91 | mat[13] = 0; | 90 | mat[13] = 0; |