@babylonjs/loaders 6.45.0 → 6.46.0

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.
@@ -233,6 +233,7 @@ export class GLTFLoader {
233
233
  lights: this._babylonLights,
234
234
  transformNodes: this._getTransformNodes(),
235
235
  geometries: this._getGeometries(),
236
+ spriteManagers: [],
236
237
  };
237
238
  });
238
239
  });