From 60ff9c2bf81071605cfdd710edcc71a1578029af Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Tue, 26 Feb 2019 20:26:42 -0800 Subject: [PATCH] Fog: Fixed travis error. --- src/scenes/Fog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes/Fog.js b/src/scenes/Fog.js index 979bcddf2c..2bcdfeff26 100644 --- a/src/scenes/Fog.js +++ b/src/scenes/Fog.js @@ -33,7 +33,7 @@ Object.assign( Fog.prototype, { color: this.color.getHex(), near: this.near, far: this.far - } + }; } -- GitLab