1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[macOS] Load OpenGL.framework by path to avoid issues with non-Latin executable names.

This commit is contained in:
bruvzg
2024-08-07 11:57:27 +03:00
parent eabeafd8c3
commit 2bd21b588e
2 changed files with 13 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ class GLManagerLegacy_MacOS {
Error create_context(GLWindow &win);
bool framework_loaded = false;
bool use_vsync = false;
CGLEnablePtr CGLEnable = nullptr;
CGLSetParameterPtr CGLSetParameter = nullptr;