vim-web 0.3.42-dev.10 → 0.3.42-dev.11

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.
@@ -52836,6 +52836,7 @@ void main() {
52836
52836
  add(target) {
52837
52837
  if (target instanceof Scene) {
52838
52838
  this.addScene(target);
52839
+ target.material = this._modelMaterial;
52839
52840
  return;
52840
52841
  }
52841
52842
  this._2dCount += this.count2dObjects(target);