Skip to content

Commit e4de65e

Browse files
authored
Fix typo
1 parent 3a01546 commit e4de65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/materials/MeshMatcapMaterial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ MeshMatcapMaterial.prototype.copy = function ( source ) {
100100

101101
this.color.copy( source.color );
102102

103-
this.matcap = source.map;
103+
this.matcap = source.matcap;
104104

105105
this.map = source.map;
106106

0 commit comments

Comments
 (0)