aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-18 00:41:31 -0700
committerValerio Virgillito2012-05-18 00:41:31 -0700
commit084bb924bc3c3a6ad1e2e21099399bba4d473fed (patch)
treedea3f338962945f4a695ca8926d0f3bf75676557 /js/helper-classes
parent7a94696e19b14e15261df516e2ba75e693b1313d (diff)
downloadninja-084bb924bc3c3a6ad1e2e21099399bba4d473fed.tar.gz
fixing some snapping bugs
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/helper-classes')
-rwxr-xr-xjs/helper-classes/3D/snap-manager.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js
index 7194524e..e22ac3ad 100755
--- a/js/helper-classes/3D/snap-manager.js
+++ b/js/helper-classes/3D/snap-manager.js
@@ -456,6 +456,13 @@ var SnapManager = exports.SnapManager = Montage.create(Component, {
456 } 456 }
457 }, 457 },
458 458
459 reload2DCache: {
460 value: function() {
461 this.clear2DCache();
462 this.load2DCache(workingPlane);
463 }
464 },
465
459 clear2DCache : { 466 clear2DCache : {
460 value : function() { 467 value : function() {
461 // clear the 2D cache flags in the objects 468 // clear the 2D cache flags in the objects