bruce-models 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3846,6 +3846,7 @@ var EntityGlobe;
3846
3846
  var Grid = /** @class */ (function () {
3847
3847
  function Grid() {
3848
3848
  this.cells = {};
3849
+ this.patches = [];
3849
3850
  }
3850
3851
  Grid.prototype.GetCellsForView = function (viewRect) {
3851
3852
  var _this = this;