Jelajahi Sumber

Color: Fix typo.

Mugen87 5 tahun lalu
induk
melakukan
eed2322cf1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;