P-Buffer implementation fixed and validated on Linux

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1169 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-07-12 09:37:35 +00:00
parent 1ce18ed1b9
commit 5869b916ef

View File

@ -75,7 +75,7 @@ bool RenderImageImplPBuffer::IsSupported()
// Make sure that GLEW is initialized
EnsureGlewInit();
return false; //glxewIsSupported("GLX_SGIX_pbuffer");
return glxewIsSupported("GLX_SGIX_pbuffer");
}