Explorar el Código

Fog: Fixed travis error.

Mr.doob hace 6 años
padre
commit
60ff9c2bf8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
-		}
+		};
 
 	}