Skip to content

Commit

Permalink
Update WebGLPrograms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasHasle authored Aug 17, 2019
1 parent 876c654 commit f26cc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webgl/WebGLPrograms.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function WebGLPrograms( renderer, extensions, capabilities ) {

fog: !! fog,
useFog: material.fog,
fogExp: ( fog && fog.isFogExp2 ),
fogExp2: ( fog && fog.isFogExp2 ),

flatShading: material.flatShading,

Expand Down

0 comments on commit f26cc97

Please sign in to comment.