diff --git a/src/shapes/GeographicMesh.js b/src/shapes/GeographicMesh.js index cc082b7a0..2b66bca4d 100644 --- a/src/shapes/GeographicMesh.js +++ b/src/shapes/GeographicMesh.js @@ -188,7 +188,7 @@ define([ this.reset(); this.meshIndices = null; - this.outlineIndices = null; + this.meshOutlineIndices = null; } },