Skip to content

Commit

Permalink
Update ExtendMaterial.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrestar authored Apr 2, 2021
1 parent 949cfdf commit 4024de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtendMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
for ( let name in uniforms ) {

if ( mapFlags[ name ] && uniforms[ name ].value )
material[ name ] = uniforms[ name ];
material[ name ] = uniforms[ name ].value;

}

Expand Down

0 comments on commit 4024de0

Please sign in to comment.