Browse Source

Fog: Fixed travis error.

Mr.doob 6 years ago
parent
commit
60ff9c2bf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scenes/Fog.js

+ 1 - 1
src/scenes/Fog.js

@@ -33,7 +33,7 @@ Object.assign( Fog.prototype, {
 			color: this.color.getHex(),
 			color: this.color.getHex(),
 			near: this.near,
 			near: this.near,
 			far: this.far
 			far: this.far
-		}
+		};
 
 
 	}
 	}