mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
commit another rectalogic patch, to fix pbuffers on GLX
This commit is contained in:
parent
a4c3d999f2
commit
9e6cc04792
@ -187,7 +187,7 @@ open_buffer() {
|
||||
}
|
||||
}
|
||||
|
||||
if (glxgsg->_fbconfig == None || glxgsg->_context_has_pbuffer) {
|
||||
if (glxgsg->_fbconfig == None || !glxgsg->_context_has_pbuffer) {
|
||||
// If we didn't use an fbconfig to create the GSG, or it doesn't
|
||||
// support buffers, we can't create a PBuffer.
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user