Reset glBlendFunc() here to.

This commit is contained in:
curt 1999-10-22 12:58:39 +00:00
parent cb0da2ca5e
commit 2fde2ce581

View File

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