diff --git a/src/ol/map.js b/src/ol/map.js index 080d7d39c3..95e4acfca4 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -1209,7 +1209,7 @@ ol.Map.prototype.renderFrame_ = function(time) { index: this.frameIndex_++, layerStates: layerStates, layerStatesArray: layerStatesArray, - logos: this.logos_, + logos: goog.object.clone(this.logos_), pixelRatio: this.pixelRatio_, pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_, postRenderFunctions: [],