aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes
diff options
context:
space:
mode:
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