Skip to content

Commit

Permalink
don't delete element from passed object when highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanwalstijn committed Jun 22, 2016
1 parent 7188c10 commit ecbdf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/b3dmlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ B3DMLayer.prototype.highlight = function (toHighlight) {
this._highlightedObjectsOriginalModels[id] = {};
dirty = true;
}
delete toHighlight[id];
//delete toHighlight[id];
}
if (dirty) {
this._lastUpdated = Date.now();
Expand Down

0 comments on commit ecbdf94

Please sign in to comment.