Sfoglia il codice sorgente

Fog: Fixed travis error.

Mr.doob 6 anni fa
parent
commit
60ff9c2bf8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
-		}
+		};
 
 	}