From 2fde2ce581c6520c4baaebab93bcf1cba0fe88dd Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 22 Oct 1999 12:58:39 +0000 Subject: [PATCH] Reset glBlendFunc() here to. --- simgear/ephemeris/moon.cxx | 1 + 1 file changed, 1 insertion(+) 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. }