]> git.mxchange.org Git - simgear.git/commitdiff
Reset glBlendFunc() here to.
authorcurt <curt>
Fri, 22 Oct 1999 12:58:39 +0000 (12:58 +0000)
committercurt <curt>
Fri, 22 Oct 1999 12:58:39 +0000 (12:58 +0000)
simgear/ephemeris/moon.cxx

index 75d304c8c1cb4df2f37789a7e16aa2c6ec4869c2..bd7fd0a2bc653cb1601c58bd02d396528317f37f 100644 (file)
@@ -392,6 +392,7 @@ void Moon::newImage()
        glDisable(GL_BLEND);    // BLEND DISABLED
       }
       xglPopMatrix();
+      glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ;
       glDisable(GL_LIGHTING);  // Lighting Disabled.
       
     }