gero3 6 лет назад
Родитель
Сommit
b1de71ed02
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/math/Color.js

+ 1 - 1
src/math/Color.js

@@ -562,7 +562,7 @@ Object.assign( Color.prototype, {
 		if ( offset === undefined ) offset = 0;
 		if ( offset === undefined ) offset = 0;
 
 
 		this.r = array[ offset ];
 		this.r = array[ offset ];
-		this.g = array[ offset + 1 ];	
+		this.g = array[ offset + 1 ];
 		this.b = array[ offset + 2 ];
 		this.b = array[ offset + 2 ];
 
 
 		return this;
 		return this;

粤ICP备19079148号