瀏覽代碼

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;