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.
2 parents 0252774 + 962d788 commit 494cdc3Copy full SHA for 494cdc3
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