1
0
Fork 0

Moved where glBlendFunc() is reset to main.cxx

This commit is contained in:
curt 1999-10-22 17:15:43 +00:00
parent 5c9b04f975
commit e69c859afd

View file

@ -327,6 +327,8 @@ void fgRenderFrame( void ) {
xglLightfv( GL_LIGHT0, GL_POSITION, l->sun_vec );
//xglEnable(GL_DEPTH_TEST);
SolarSystem::theSolarSystem->draw();
// reset blending function
glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ;
xglPopMatrix();