mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
MacOS: Initialize member field
This commit is contained in:
@@ -90,7 +90,7 @@ class GLManagerEmbedded {
|
||||
CGLErrorStringPtr CGLErrorString = nullptr;
|
||||
|
||||
uint32_t display_id = INVALID_DISPLAY_ID;
|
||||
CVDisplayLinkRef display_link;
|
||||
CVDisplayLinkRef display_link = nullptr;
|
||||
bool vsync_enabled = false;
|
||||
bool display_link_running = false;
|
||||
dispatch_semaphore_t display_semaphore = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user