Experimental patch for fallback path

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@542 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-07 08:20:59 +00:00
parent e698410820
commit 5e3172ebac

View File

@ -181,7 +181,7 @@ RenderTarget::RenderTarget(int texsize, int width, int height) : useFBO(false) {
glTexImage2D(GL_TEXTURE_2D,
0,
GL_RGBA,
GL_RGB,
this->texsize, this->texsize,
0,
GL_RGBA,
@ -222,7 +222,7 @@ RenderTarget::RenderTarget(int texsize, int width, int height) : useFBO(false) {
glTexImage2D(GL_TEXTURE_2D,
0,
GL_RGBA,
GL_RGB,
this->texsize, this->texsize,
0,
GL_RGBA,