From 592014b705d6a7803601cee4d72e917817807431 Mon Sep 17 00:00:00 2001 From: Magnuz Binder Date: Mon, 25 Dec 2017 21:08:21 +0100 Subject: [PATCH] Change colour => color --- examples/js/ShaderGodRays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js/ShaderGodRays.js b/examples/js/ShaderGodRays.js index ffe0d02d32..7e810b5418 100644 --- a/examples/js/ShaderGodRays.js +++ b/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. -- GitLab