소스 검색

Color: Fix typo.

Mugen87 5 년 전
부모
커밋
eed2322cf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/math/Color.js

+ 1 - 1
src/math/Color.js

@@ -588,7 +588,7 @@ Object.assign( Color.prototype, {
 
 		if ( attribute.normalized === true ) {
 
-			// assuming UInt8Array
+			// assuming Uint8Array
 
 			this.r /= 255;
 			this.g /= 255;