aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvosky.h')
-rw-r--r--linden/indra/newview/llvosky.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h
index dabf5b1..1370824 100644
--- a/linden/indra/newview/llvosky.h
+++ b/linden/indra/newview/llvosky.h
@@ -311,9 +311,10 @@ LL_FORCE_INLINE LLColor3 calc_air_sca_sea_level()
311 return dens_div_N * color_div ( mult_const, wl4 ); 311 return dens_div_N * color_div ( mult_const, wl4 );
312} 312}
313 313
314const LLColor3 gAirScaSeaLevel = calc_air_sca_sea_level(); 314// Non-POD constants.
315const F32 AIR_SCA_INTENS = color_intens(gAirScaSeaLevel); 315extern LLColor3 const gAirScaSeaLevel;
316const F32 AIR_SCA_AVG = AIR_SCA_INTENS / 3.f; 316extern F32 const AIR_SCA_INTENS;
317extern F32 const AIR_SCA_AVG;
317 318
318class LLHaze 319class LLHaze
319{ 320{