From 11b48c1b54903246b35bbde09b202e79ffe3577f Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 1 May 2003 17:37:14 +0000 Subject: [PATCH] Lucky I got debian working on a PC today. Give PC hardware a normal sky colour --- src/Time/light.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.5