diff options
author | John Mayhew | 2012-07-24 15:46:16 -0700 |
---|---|---|
committer | John Mayhew | 2012-07-24 15:46:16 -0700 |
commit | 9f240b8b9b1f5fb0f145c343ca5e533e25e81374 (patch) | |
tree | 407564eaa6466e8d4cf2eeee0c56dc623243586f /js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | |
parent | d25359c75089215ee48838db081fd3d51cbbd85f (diff) | |
parent | 21d74af1e9fc57cc25cea8aa7408beabf79ff2f3 (diff) | |
download | ninja-9f240b8b9b1f5fb0f145c343ca5e533e25e81374.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja
Diffstat (limited to 'js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js')
-rwxr-xr-x | js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js index f4c31f53..526bab5c 100755 --- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js +++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | |||
@@ -317,9 +317,9 @@ exports.ThreeD = Montage.create(Component, { | |||
317 | } | 317 | } |
318 | 318 | ||
319 | if(isChanging) { | 319 | if(isChanging) { |
320 | this.application.ninja.elementMediator.setMatrix(item, mat, true); | 320 | this.application.ninja.elementMediator.setMatrix(item, mat, true, "pi"); |
321 | } else { | 321 | } else { |
322 | this.application.ninja.elementMediator.setMatrix(item, mat, false); | 322 | this.application.ninja.elementMediator.setMatrix(item, mat, false, "pi"); |
323 | 323 | ||
324 | if(!inGlobalMode) { | 324 | if(!inGlobalMode) { |
325 | value.value = 0; | 325 | value.value = 0; |