]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/moon.cxx
Activate the driver fog workaround again. It doesn't seem to be solved yet.
[simgear.git] / simgear / scene / sky / moon.cxx
index 3514f705c6ad6307f7d1e51e11552f798c86a136..fdf1fc8750c959816a1269e510bce051eef598bb 100644 (file)
@@ -65,7 +65,7 @@ static int sgMoonOrbPostDraw( ssgEntity *e ) {
 
     // Some drivers don't properly reset glBendFunc with a
     // glPopAttrib() so we reset it to the 'default' here.
-    // glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ;
+    glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ;
 
     glPopAttrib();
     // cout << "pop error = " << glGetError() << endl;