]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks related to updating skydome colors.
authorcurt <curt>
Wed, 1 Mar 2000 00:32:09 +0000 (00:32 +0000)
committercurt <curt>
Wed, 1 Mar 2000 00:32:09 +0000 (00:32 +0000)
src/Time/fg_time.cxx

index ccb60e58b8c0739e8d8df7b056cf663fc45e0da4..daabe0e3ec0ebd014538acfc3a2e5791f6a184ad 100644 (file)
@@ -53,7 +53,7 @@
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/fgpath.hxx>
 
-#include <Astro/sky.hxx>
+// #include <Astro/skydome.hxx>
 #include <Astro/solarsystem.hxx>
 #include <FDM/flight.hxx>
 #include <Main/options.hxx>
@@ -534,9 +534,9 @@ void FGTime::local_update_sky_and_lighting_params( void ) {
     // fgSunInit();
     SolarSystem::theSolarSystem->rebuild();
     cur_light_params.Update();
-    current_sky.repaint( cur_light_params.sky_color,
+    /* current_sky.repaint( cur_light_params.sky_color,
                         cur_light_params.fog_color,
-                        cur_light_params.sun_angle );
+                        cur_light_params.sun_angle ); */
 }