From: curt Date: Fri, 22 Oct 1999 12:58:39 +0000 (+0000) Subject: Reset glBlendFunc() here to. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fde2ce581c6520c4baaebab93bcf1cba0fe88dd;p=simgear.git Reset glBlendFunc() here to. --- diff --git a/simgear/ephemeris/moon.cxx b/simgear/ephemeris/moon.cxx index 75d304c8..bd7fd0a2 100644 --- a/simgear/ephemeris/moon.cxx +++ b/simgear/ephemeris/moon.cxx @@ -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. }