diff options
Diffstat (limited to 'indra/newview/lllegacyatmospherics.h')
-rw-r--r-- | indra/newview/lllegacyatmospherics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllegacyatmospherics.h b/indra/newview/lllegacyatmospherics.h index 76b1a0f313..f2900b4323 100644 --- a/indra/newview/lllegacyatmospherics.h +++ b/indra/newview/lllegacyatmospherics.h @@ -193,6 +193,7 @@ public: , haze_horizon(0.0f) , density_multiplier(0.0f) , max_y(0.0f) + , gamma(1.0f) , sun_norm(0.0f, 1.0f, 0.0f, 1.0f) , sunlight() , ambient() @@ -220,6 +221,7 @@ public: F32 density_multiplier; F32 distance_multiplier; F32 max_y; + F32 gamma; LLVector4 sun_norm; LLColor3 sunlight; LLColor3 ambient; |