Skip to content

Commit

Permalink
Removed redundant parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSterbrant committed Aug 10, 2022
1 parent de3c1a6 commit e5c7d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/parser/glb-container-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class GlbContainerResource {
}

// apply material variant to mesh instances
applyMaterialVariant(name, instances, index) {
applyMaterialVariant(name, instances) {
const variant = this.data.variants[name];
instances.forEach((instance) => {
const meshVariants = this.data.meshVariants[instance.mesh.id];
Expand Down

0 comments on commit e5c7d06

Please sign in to comment.