Skip to content

Commit

Permalink
Merge pull request #8557 from fredj/default_val
Browse files Browse the repository at this point in the history
Fix Fog minimumBrightness default value
  • Loading branch information
mramato authored Jan 22, 2020
2 parents 83e6fb9 + c6be4fa commit 4ac1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Fog.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import SceneMode from './SceneMode.js';
* The minimum brightness of the fog color from lighting. A value of 0.0 can cause the fog to be completely black. A value of 1.0 will not affect
* the brightness at all.
* @type {Number}
* @default 0.1
* @default 0.03
*/
this.minimumBrightness = 0.03;
}
Expand Down

0 comments on commit 4ac1ae5

Please sign in to comment.