You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user