Parcourir la source

Fog: Fixed travis error.

Mr.doob il y a 6 ans
Parent
commit
60ff9c2bf8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
-		}
+		};
 
 	}