mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-26 08:28:15 -05:00
egldisplay: Fix bad use of X11 None symbol instead of nullptr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user