Merge branch 'blender-v4.3-release'
This commit is contained in:
@@ -1559,8 +1559,10 @@ static void gwl_display_destroy(GWL_Display *display)
|
||||
}
|
||||
|
||||
#ifdef WITH_OPENGL_BACKEND
|
||||
if (eglGetDisplay) {
|
||||
::eglTerminate(eglGetDisplay(EGLNativeDisplayType(display->wl.display)));
|
||||
if (display->wl.display) {
|
||||
if (eglGetDisplay) {
|
||||
::eglTerminate(eglGetDisplay(EGLNativeDisplayType(display->wl.display)));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user