From: ehofman Date: Fri, 13 Jun 2003 19:56:05 +0000 (+0000) Subject: Don't make the sun imune for fog X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f957227576a5570a9286553a33564015abebddc7;p=simgear.git Don't make the sun imune for fog --- diff --git a/simgear/scene/sky/oursun.cxx b/simgear/scene/sky/oursun.cxx index a45beebf..fcb728d7 100644 --- a/simgear/scene/sky/oursun.cxx +++ b/simgear/scene/sky/oursun.cxx @@ -91,7 +91,7 @@ static int sgSunHaloPreDraw( ssgEntity *e ) { // cout << "push error = " << glGetError() << endl; glDisable( GL_DEPTH_TEST ); - glDisable( GL_FOG ); +// glDisable( GL_FOG ); glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ; return true;