Skip to content

Commit

Permalink
Disable warning about updateModuleSettings (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 23, 2024
1 parent 8cd9ede commit 236c41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/engine/src/model/model.ts
Expand Up @@ -299,7 +299,7 @@ export class Model {
this.setUniforms(props.uniforms);
}
if (props.moduleSettings) {
log.warn('Model.props.moduleSettings is deprecated. Use Model.shaderInputs.setProps()')();
// log.warn('Model.props.moduleSettings is deprecated. Use Model.shaderInputs.setProps()')();
this.updateModuleSettings(props.moduleSettings);
}
if (props.transformFeedback) {
Expand Down

0 comments on commit 236c41f

Please sign in to comment.