WestLangley 6 years ago
parent
commit
e4de65e9c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/materials/MeshMatcapMaterial.js

+ 1 - 1
src/materials/MeshMatcapMaterial.js

@@ -100,7 +100,7 @@ MeshMatcapMaterial.prototype.copy = function ( source ) {
 
 	this.color.copy( source.color );
 
-	this.matcap = source.map;
+	this.matcap = source.matcap;
 
 	this.map = source.map;