We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cd011 commit 962d788Copy full SHA for 962d788
platform/macos/embedded_gl_manager.h
@@ -90,7 +90,7 @@ class GLManagerEmbedded {
90
CGLErrorStringPtr CGLErrorString = nullptr;
91
92
uint32_t display_id = INVALID_DISPLAY_ID;
93
- CVDisplayLinkRef display_link;
+ CVDisplayLinkRef display_link = nullptr;
94
bool vsync_enabled = false;
95
bool display_link_running = false;
96
dispatch_semaphore_t display_semaphore = nullptr;
0 commit comments