Skip to content

Commit 888042b

Browse files
committed
Updated builds.
1 parent 5d07625 commit 888042b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build/three.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10427,10 +10427,8 @@ THREE.MeshFaceMaterial = function ( materials ) {
1042710427
};
1042810428

1042910429
THREE.MeshFaceMaterial.prototype.clone = function () {
10430-
10431-
var material = new THREE.MeshFaceMaterial();
10432-
material.materials = this.materials;
10433-
return material;
10430+
10431+
return new THREE.MeshFaceMaterial( this.materials.slice( 0 ) );
1043410432

1043510433
};
1043610434
/**

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)