Ver Fonte

Change colour => color

Magnuz Binder há 7 anos atrás
pai
commit
592014b705
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/js/ShaderGodRays.js

+ 1 - 1
examples/js/ShaderGodRays.js

@@ -109,7 +109,7 @@ THREE.ShaderGodRays = {
 					// Accumulate samples, making sure we dont walk past the light source.
 
 					// The check for uv.y < 1 would not be necessary with "border" UV wrap
-					// mode, with a black border colour. I don't think this is currently
+					// mode, with a black border color. I don't think this is currently
 					// exposed by three.js. As a result there might be artifacts when the
 					// sun is to the left, right or bottom of screen as these cases are
 					// not specifically handled.