Moved where glBlendFunc() is reset to main.cxx

This commit is contained in:
curt 1999-10-22 15:15:43 +00:00
parent 2fde2ce581
commit ca07b64af0
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -266,7 +266,6 @@ void Star::newImage(void)
}
glPopMatrix();
glDisable(GL_TEXTURE_2D); // TEXTURE DISABLED
glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ) ;
glDisable(GL_BLEND); // BLEND DISABLED
}
}