Explorar o código

Color: Fix typo.

Mugen87 %!s(int64=5) %!d(string=hai) anos
pai
achega
eed2322cf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;