Jelajahi Sumber

Color: Fixed clone.

Mr.doob 10 tahun lalu
induk
melakukan
e3ca4e2464
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/math/Color.js

+ 1 - 1
src/math/Color.js

@@ -273,7 +273,7 @@ THREE.Color.prototype = {
 
 
 	clone: function () {
 	clone: function () {
 
 
-		return new this.constructor( this.color );
+		return new this.constructor( this.r, this.g, this.b );
 
 
 	},
 	},
 
 

粤ICP备19079148号