From 89bdf9657bdeae68ab2bdba01bb877635c419197 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 2 May 2003 10:05:49 +0000 Subject: [PATCH] Another attempt to get the right colour on PC hardware, this time tested with default monitor settings --- 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 d97140838..085c3725e 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.24, 0.36, 0.56, 1.0 }; + GLfloat base_sky_color[4] = { 0.17, 0.30, 0.485, 1.0 }; #endif // base fog color GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };