diff options
author | Eric Guzman | 2012-04-04 12:22:48 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-04 12:22:48 -0700 |
commit | b9d1eb3e330e486a31ba5d7de6902d8f5b023860 (patch) | |
tree | 48d1e0da4dcabe4e96442c8fc810fcbd045344a7 /js/helper-classes/3D | |
parent | bacc278a3729f4e6fd6ebb9971d6d47a90e58b36 (diff) | |
parent | 8482e23cd9b8c4700b5130f2588e5eb24d376536 (diff) | |
download | ninja-b9d1eb3e330e486a31ba5d7de6902d8f5b023860.tar.gz |
Merge branch 'refs/heads/master' into PresetsPI
Diffstat (limited to 'js/helper-classes/3D')
-rwxr-xr-x | js/helper-classes/3D/snap-manager.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js index 67dedc49..9f6b9ed1 100755 --- a/js/helper-classes/3D/snap-manager.js +++ b/js/helper-classes/3D/snap-manager.js | |||
@@ -499,6 +499,7 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
499 | var n = this._elementCache.length; | 499 | var n = this._elementCache.length; |
500 | this._elementCache[index] = this._elementCache[n-1]; | 500 | this._elementCache[index] = this._elementCache[n-1]; |
501 | this._elementCache.pop(); | 501 | this._elementCache.pop(); |
502 | target.elementModel.isIn2DSnapCache = false; | ||
502 | found = true; | 503 | found = true; |
503 | } | 504 | } |
504 | 505 | ||