Mugen87 5 rokov pred
rodič
commit
eed2322cf1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;