]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
CMake update for new KLN89 file.
[flightgear.git] / src / Time / light.hxx
index ebc5099665cd117b6bc0c94deee0249eda2e9329..42a9f27d8869cd807900739c1555b14fc32da0c9 100644 (file)
@@ -96,6 +96,7 @@ private:
     // clear sky and fog color adjusted for sunset effects
     SGVec4f _adj_fog_color;
     SGVec4f _adj_sky_color;
+    float _saturation;
 
     double _dt_total;
 
@@ -131,7 +132,6 @@ public:
     inline const SGVec4f& adj_fog_color () const { return _adj_fog_color; }
     inline const SGVec4f& adj_sky_color () const { return _adj_sky_color; }
 
-
     // Sun related functions
 
     inline double get_sun_angle () const { return _sun_angle; }