Backend: OpenGL3: Amend b0c18166 fix cases where glGetString(GL_VERSION) returns NULL. (#6154, #4445, #3530)

This commit is contained in:
ocornut
2023-03-15 12:25:34 +01:00
parent 24a44b9abe
commit 0d606968d8
3 changed files with 5 additions and 3 deletions

View File

@ -39,6 +39,7 @@ Breaking Changes:
Other changes:
- Backends: OpenGL3: Fixed GL loader crash when GL_VERSION returns NULL. (#6154, #4445, #3530)
-----------------------------------------------------------------------