2
0
WestLangley 6 жил өмнө
parent
commit
e4de65e9c1

+ 1 - 1
src/materials/MeshMatcapMaterial.js

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