major song title animation work

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@539 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-07 05:53:45 +00:00
parent c02c2b8945
commit 9511f02011

View File

@ -1254,9 +1254,9 @@ void Renderer::draw_title_to_screen(bool flip) {
glEnable( GL_CULL_FACE);
glFrontFace( GL_CCW);
// glEnable( GL_DEPTH_TEST);
glEnable( GL_DEPTH_TEST);
//glClear( GL_DEPTH_BUFFER_BIT);
glClear( GL_DEPTH_BUFFER_BIT);
int draw;
@ -1316,7 +1316,7 @@ void Renderer::draw_title_to_screen(bool flip) {
glMatrixMode(GL_MODELVIEW);
glDisable( GL_CULL_FACE);
//glDisable( GL_DEPTH_TEST);
glDisable( GL_DEPTH_TEST);
glDisable(GL_COLOR_MATERIAL);