diff options
author | hwc487 | 2012-04-13 13:48:07 -0700 |
---|---|---|
committer | hwc487 | 2012-04-13 13:48:07 -0700 |
commit | 642d7b45446894a2f3038dcc07a867b260968256 (patch) | |
tree | c3d7d4e205dccaab6f0e2b02bd223eaf83c79a3f /js/helper-classes/3D | |
parent | 4f2fb5764703cab4ce3ada719b1395ed1e2f3b7c (diff) | |
download | ninja-642d7b45446894a2f3038dcc07a867b260968256.tar.gz |
3D rotation
Diffstat (limited to 'js/helper-classes/3D')
-rwxr-xr-x | js/helper-classes/3D/snap-manager.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js index 5735a145..14a621d0 100755 --- a/js/helper-classes/3D/snap-manager.js +++ b/js/helper-classes/3D/snap-manager.js | |||
@@ -307,7 +307,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
307 | 307 | ||
308 | this.setLastHit( rtnHit ); | 308 | this.setLastHit( rtnHit ); |
309 | 309 | ||
310 | rtnHit.test(); // DEBUG CODE. REMOVE THIS | 310 | //rtnHit.test(); // DEBUG CODE. REMOVE THIS |
311 | return rtnHit; | 311 | return rtnHit; |
312 | } | 312 | } |
313 | }, | 313 | }, |