diff --git a/Source/Scene/PointPrimitiveCollection.js b/Source/Scene/PointPrimitiveCollection.js index 1524fa704ede..542d6a820958 100644 --- a/Source/Scene/PointPrimitiveCollection.js +++ b/Source/Scene/PointPrimitiveCollection.js @@ -668,10 +668,11 @@ define([ * @private */ PointPrimitiveCollection.prototype.update = function(context, frameState, commandList) { + removePointPrimitives(this); + var pointPrimitives = this._pointPrimitives; var pointPrimitivesLength = pointPrimitives.length; - removePointPrimitives(this); updateMode(this, frameState); pointPrimitives = this._pointPrimitives;