@luma.gl/engine 9.0.8 → 9.0.9

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.
package/dist/index.cjs CHANGED
@@ -1380,7 +1380,6 @@ var _Model = class {
1380
1380
  * @deprecated Updates shader module settings (which results in uniforms being set)
1381
1381
  */
1382
1382
  updateModuleSettings(props) {
1383
- import_core10.log.warn("Model.updateModuleSettings is deprecated. Use Model.shaderInputs.setProps()")();
1384
1383
  const { bindings, uniforms } = (0, import_core10.splitUniformsAndBindings)(this._getModuleUniforms(props));
1385
1384
  Object.assign(this.bindings, bindings);
1386
1385
  Object.assign(this.uniforms, uniforms);