瀏覽代碼

Fog: Fixed travis error.

Mr.doob 6 年之前
父節點
當前提交
60ff9c2bf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(),
 			near: this.near,
 			far: this.far
-		}
+		};
 
 	}