Browse Source

Color: Fix typo.

Mugen87 5 năm trước cách đây
mục cha
commit
eed2322cf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;