mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
egldisplay: Fix bad use of X11 None symbol instead of nullptr
This commit is contained in:
parent
5d0044a481
commit
4b7e32e9b0
@ -172,7 +172,7 @@ open_buffer() {
|
||||
}
|
||||
}
|
||||
|
||||
if (eglgsg->_fbconfig == None) {
|
||||
if (eglgsg->_fbconfig == nullptr) {
|
||||
// If we didn't use an fbconfig to create the GSG, we can't create a
|
||||
// PBuffer.
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user