From: ehofman Date: Thu, 1 May 2003 17:37:14 +0000 (+0000) Subject: Lucky I got debian working on a PC today. Give PC hardware a normal sky colour X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11b48c1b54903246b35bbde09b202e79ffe3577f;p=flightgear.git Lucky I got debian working on a PC today. Give PC hardware a normal sky colour --- diff --git a/src/Time/light.cxx b/src/Time/light.cxx index ee253a7e0..d97140838 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -108,7 +108,7 @@ void fgLIGHT::Update( void ) { #if defined (sgi) GLfloat base_sky_color[4] = { 0.20, 0.32, 0.50, 1.0 }; #else // PC - GLfloat base_sky_color[4] = { 0.38, 0.57, 0.82, 1.0 }; + GLfloat base_sky_color[4] = { 0.24, 0.36, 0.56, 1.0 }; #endif // base fog color GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };