]> git.mxchange.org Git - simgear.git/commitdiff
Don't make the sun imune for fog
authorehofman <ehofman>
Fri, 13 Jun 2003 19:56:05 +0000 (19:56 +0000)
committerehofman <ehofman>
Fri, 13 Jun 2003 19:56:05 +0000 (19:56 +0000)
simgear/scene/sky/oursun.cxx

index a45beebfb23f7cd97967872811f70bec20da4574..fcb728d7844bc0748003dd744c9614af0520704c 100644 (file)
@@ -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;